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; }; |
Methods
The SMS_APermission class does not define any methods.
Properties
- CategoryID
- Data type: StringAccess type: Read/Write Qualifiers: NoneID of the associated RBA security category or collection.
- CategoryName
- Data type: StringAccess type: Read-only Qualifiers: [read]Name of the RBA security category or collection
- CategoryTypeID
- Data type: UInt32Access type: Read/Write Qualifiers:
[enumeration]The type of category. The default value is 29.
1
Collection
29
SecuredScope
- RoleID
- Data type: StringAccess type: Read/Write Qualifiers: NoneID of the security role.
- RoleName
- Data type: StringAccess type: Read-only Qualifiers: [read]Name of the role.
Remarks
Requirements
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.