Edit

Share via


SMS_APermission Server WMI Class

The SMS_APermission Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that is embedded by SMS_Admin and describes the permission granted to a specific admin.

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

Syntax

Class SMS_APermission :
{
    String CategoryID;
    String CategoryName;
    UInt32 CategoryTypeID;
    String RoleID;
    String RoleName;
};

Methods

The SMS_APermission class does not define any methods.

Properties

CategoryID Data type: String

Access type: Read/Write

Qualifiers: None

ID of the associated RBA security category or collection.

CategoryName Data type: String

Access type: Read-only

Qualifiers: [read]

Name of the RBA security category or collection.

CategoryTypeID Data type: UInt32

Access type: Read/Write

Qualifiers: [enumeration]

The type of category. The default value is 29.

Value Category type
1 Collection
29 SecuredScope

RoleID Data type: String

Access type: Read/Write

Qualifiers: None

ID of the security role.

RoleName Data type: String

Access type: Read-only

Qualifiers: [read]

Name of the role.

Requirements

Runtime Requirements

For more information, see Configuration Manager Server Runtime Requirements.

Development Requirements

For more information, see Configuration Manager Server Development Requirements.