Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
Syntax
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 doesn't define any methods.
Properties
AdminID
Data type: UInt32
Access type: Read
Qualifiers: [key]
ID of the admin account.
CategoryID
Data type: String
Access type: Read
Qualifiers: [key]
ID of the RBA security category.
CategoryName
Data type: String
Access type: Read
Qualifiers: None
Name of the RBA security category.
CategoryTypeID
Data type: UInt32
Access type: Read
Qualifiers: [enumeration, key]
The type of the category. Possible values are listed below. The default value is 29.
| Value | Category type |
|---|---|
| 1 | Collection |
| 29 | SecuredScope |
GrantedToCurrentUser
Data type: Boolean
Access type: Read
Qualifiers: None
This value will be true if this permission is granted to current user directly or indirectly (through a Security Group).
LogonName
Data type: String
Access type: Read
Qualifiers: None
Sign-in name of the user.
RoleID
Data type: String
Access type: Read
Qualifiers: [key]
ID of the role.
RoleName
Data type: String
Access type: Read
Qualifiers: None
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.