The SMS_Permission Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents RBAC Security User Permissions.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_Permission : SMS_BaseClass { UInt32 AdminID; String CategoryID; String CategoryName; UInt32 CategoryTypeID; Boolean GrantedToCurrentUser; String LogonName; String RoleID; String RoleName; }; |
Methods
The SMS_Permission class does not define any methods.
Properties
- AdminID
- Data type: UInt32Access type: ReadQualifiers: [key]ID of the admin account.
- CategoryID
- Data type: StringAccess type: Read Qualifiers: [key]ID of the RBA security category.
- CategoryName
- Data type: StringAccess type: Read Qualifiers: NoneName of the RBA security category.
- CategoryTypeID
- Data type: UInt32Access type: ReadQualifiers:
[enumeration, key]The type of the category. Possible values are
listed below. The default value is 29.
1
Collection
29
SecuredScope
- GrantedToCurrentUser
- Data type: BooleanAccess type: Read Qualifiers: NoneThis value will be true if this permission is granted to current user directly or indirectly (through a Security Group).
- LogonName
- Data type: StringAccess type: Read Qualifiers: NoneLogon name of the user.
- RoleID
- Data type: StringAccess type: Read Qualifiers: [key]ID of the role.
- RoleName
- Data type: StringAccess type: Read Qualifiers: NoneName 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.