CCM_Policy_AuthorityData Client WMI Class
Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2
In Configuration Manager 2007, the CCM_Policy_AuthorityData class is a client Windows Management Instrumentation (WMI) class that stores information about policy from a particular authority.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class CCM_Policy_AuthorityData : CCM_Policy_Config
{
DateTime LastReplyTime;
String Name;
String ServerCookie;
};
Methods
The CCM_Policy_AuthorityData class does not define any methods.
Properties
LastReplyTime
Data type: DateTimeAccess type: Read/Write
Qualifiers: None
The last date and time when the authority replied to a request for policy assignments. If this value is older than the value of PolicyTimeUntilAck in the authority's CCM_PolicyAgent_Configuration Client WMI Class object, the policy requests an acknowledgement. If the value is older than the value of PolicyTimeUntilExpire, the policy is expired.
Name
Data type: StringAccess type: Read/Write
Qualifiers: [key]
Name of the authority to which the data applies.
ServerCookie
Data type: StringAccess type: Read/Write
Qualifiers: None
The last ServerCookie value received from the authority in a ReplyAssignments message.
Requirements
Runtime Requirements
For more information, see Configuration Manager Client Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Client Development Requirements.
See Also
Concepts
Policy Agent Client WMI Classes
CCM_PolicyAgent_Configuration Client WMI Class