SMS_APermission Server WMI Class

 

Updated: November 1, 2013

Applies To: System Center 2012 Configuration Manager, System Center 2012 Configuration Manager SP1, System Center 2012 R2 Configuration Manager

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.

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

The SMS_APermission class does not define any methods.

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.

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.

Show: