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/WriteQualifiers: NoneThe 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/WriteQualifiers: [key] Name of the authority to which the data applies.
- ServerCookie
- Data type: StringAccess type: Read/WriteQualifiers: NoneThe 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
Reference
CCM_PolicyAgent_Configuration Client WMI ClassOther Resources
Policy Agent Client WMI ClassesSend comments about this topic to Microsoft.