In Configuration Manager 2007, the CCM_PolicyAgent_Configuration class is a client Windows Management Instrumentation (WMI) class that represents the Policy Agent configuration for a given authority.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class CCM_PolicyAgent_Configuration : CCM_Policy { String AuthorityName; String PolicyDownloadMethod; Boolean PolicyEnableUserGroupSupport; Boolean PolicyEnableUserPolicyPolling; String PolicyID; String PolicyInstanceID; UInt32 PolicyPrecedence; UInt32 PolicyRequestAssignmentTimeout; String PolicyRuleID; String PolicySource; UInt32 PolicyTimeUntilAck; UInt32 PolicyTimeUntilExpire; UInt32 PolicyTimeUntilUpdateActualConfig; String PolicyVersion; }; |
Methods
The CCM_PolicyAgent_Configuration class does not define any methods.
Properties
- AuthorityName
- Data type: StringAccess type: Read/WriteQualifiers: [RealKey]Name of the authority.
- PolicyDownloadMethod
- Data type: StringAccess type: Read/WriteQualifiers:
[ToInstance ToSubClass]Method used by the Policy Agent to download
policy files. Possible values are listed below. This value can only
be NULL if PolicyRequestTarget is NULL. This value should
not be changed.
FILECOPY
Copy policy files using standard file copy operations. Policy paths must be local or Universal Naming Convention (UNC) file paths. This value is intended for testing only.
HTTP
Download policy files synchronously by using direct HTTP. Policy paths must be HTTP URLs.
BITS
Drizzle policy files asynchronously by using the Data Transfer Service. Policy paths must be HTTP URLs.
- PolicyEnableUserGroupSupport
- Data type: BooleanAccess type: Read/WriteQualifiers: [Not_Null:ToInstance ToSubClass]true if the Policy Agent sends user group information when requesting a user policy.
- PolicyEnableUserPolicyPolling
- Data type: BooleanAccess type: Read/WriteQualifiers: Nonetrue to enable user policy polling.
- PolicyID
- Data type: StringAccess type: Read/WriteQualifiers: [key]See CCM_Policy Client WMI Class.
- PolicyInstanceID
- Data type: StringAccess type: Read/WriteQualifiers: [key]See CCM_Policy Client WMI Class.
- PolicyPrecedence
- Data type: UInt32Access type: Read/WriteQualifiers: [key]See CCM_Policy Client WMI Class.
- PolicyRequestAssignmentTimeout
- Data type: UInt32Access type: Read/WriteQualifiers: NoneTimeout for the policy request assignment.
- PolicyRuleID
- Data type: StringAccess type: Read/WriteQualifiers: [key] See CCM_Policy Client WMI Class.
- PolicySource
- Data type: StringAccess type: Read/WriteQualifiers: [key] See CCM_Policy Client WMI Class.
- PolicyTimeUntilAck
- Data type: UInt32Access type: Read/WriteQualifiers: NoneThe time that must elapse before the policy is acknowledged.
- PolicyTimeUntilExpire
- Data type: UInt32Access type: Read/WriteQualifiers: NoneThe number of days that the Policy Agent should wait since it last received a ReplyAssignments message from the authority before removing its policy. At half this time, the Policy Agent begins requesting acknowledgments. If this value is NULL, the policy never expires.
- PolicyTimeUntilUpdateActualConfig
- Data type: UInt32Access type: Read/WriteQualifiers: NoneThe time that must elapse before the actual configuration is updated.
- PolicyVersion
- Data type: StringAccess type: Read/WriteQualifiers: [key]See CCM_Policy Client WMI Class.
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
Send comments about this topic to Microsoft.