SMS_Authority Client WMI Class

The SMS_Authority class is a client Windows Management Instrumentation (WMI) class, in Configuration Manager, that represents the Configuration Manager site that manages the client.

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.

Syntax

Class SMS_Authority : CCM_Authority  
{  
      String Capabilities;  
      String CurrentManagementPoint;  
      UInt32 Index;  
      String Name;  
      UInt32 PolicyOrder;  
      String PolicyRequestTarget;  
      String Protocol;  
      String SigningCertificate;  
      UInt32 Version;  
};  

Methods

The SMS_Authority class does not define any methods.

Properties

Capabilities
Data type: String

Access type: Read/Write

Qualifiers: None

Reserved.

CurrentManagementPoint
Data type: String

Access type: Read/Write

Qualifiers: None

The current management point for the site.

Index
Data type: UInt32

Access type: Read/Write

Qualifiers: None

For assigned Management Point rotation.

Name
Data type: String

Access type: Read/Write

Qualifiers: [key]

Name of the authority.

PolicyOrder
Data type: UInt32

Access type: Read/Write

Qualifiers: None

Determines the priority of the authority when resolving policy conflicts. The lower the order, the higher the priority of the authority's policy.

PolicyRequestTarget
Data type: String

Access type: Read/Write

Qualifiers: None

Specifies the target for requesting policy assignments. If this value is NULL, no policy is requested for this authority.

Protocol
Data type: String

Access type: Read/Write

Qualifiers: None

Reserved.

SigningCertificate
Data type: String

Access type: Read/Write

Qualifiers: None

The site signing certificate. This is only relevant in native mode.

Version
Data type: UInt32

Access type: Read/Write

Qualifiers: None

The version of the authority.

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

Client Framework and Data Transfer Client WMI Classes