2.2.4.12.1.2 ApprovalInformation
The following table specifies the ApprovalInformation instance of a GenericReadableRow (section 2.2.4.12) for cases when information about an approval is returned. In the WSUS context, an approval of an update is a deployment of that update for a specified computer target group.
|
Index |
Name |
Type |
Description |
|---|---|---|---|
|
0 |
DeploymentTime |
String |
Describes the date and time when the approval took effect. The date is specified in UTC and the format of the string is defined in [ISO/IEC9075-2:2008]. |
|
1 |
DeploymentStatus |
Integer |
If the approval is active, this value MUST be 1. Otherwise, the value MUST be 0 to indicate that the approval is pending. |
|
2 |
DeploymentAction |
Integer |
Describes the type of the approval and MUST be one of the values specified in section 2.2.5.3. |
|
3 |
GoLiveTime |
String |
This field MUST NOT be NULL. It describes when the update will be available for client computers to apply. The date is specified in UTC and the format of the string is defined in [ISO/IEC9075-2:2008]. |
|
4 |
Deadline |
String |
This field MUST NOT be NULL. Describes the time that the specified approval type MUST be completed by client computers. The format of the string is defined in [ISO/IEC9075-2:2008]. |
|
5 |
AdminName |
String |
This field MUST NOT be NULL. It contains the name of the administrator who approved the specified action. The name SHOULD follow the <domain>\<user name> format. |
|
6 |
ID |
String |
This field MUST NOT be NULL. It contains the string representation of a GUID that identifies this approval in the database. |
|
7 |
IsAssigned |
Bool |
If this field has the value of 1, client computers will automatically perform the action specified by DeploymentAction (at Index 2). Otherwise, the approval action has to be performed manually on the targeted client computer. |
|
8 |
UpdateId |
String |
This field contains the GUID of the update that has been approved. |
|
9 |
UpdateRevisionNumber |
Integer |
This field contains the revision number of the update that has been approved. This field in combination with UpdateId (at Index 8) comprises the revision of the update. |
|
10 |
TargetGroupId |
String |
This field contains the GUID of the target group to which this approval applies. |