SMS_UserClassPermissionNames 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_UserClassPermissionNames Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that lists all the users and the permissions granted to each user for each secured class.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_UserClassPermissionNames : SMS_BaseClass
{
UInt32 ObjectKey;
UInt32 Permission;
String PermissionName;
String UserName;
};
The SMS_UserClassPermissionNames class does not define any methods.
- ObjectKey
Data type: UInt32
Access type: Read
Qualifiers: [key]
Numeric key that describes the type of secured object being specified. See the ObjectKey property of SMS_SecuredObject Server WMI Class.
- Permission
Data type: UInt32
Access type: Read
Qualifiers: None
Access permission for the class. The default value is 0.
There is a separate instance of SMS_UserClassPermissionNames for each right granted to a user.
- PermissionName
Data type: String
Access type: Read
Qualifiers: [key]
Text description of the permission, for example, Read. The default value is "".
- UserName
Data type: String
Access type: Read
Qualifiers: [key]
Name of the user, including the domain name. The default value is "".
The class is read-only.
There are no special class qualifiers for this class. For more information about both the class qualifiers and the property qualifiers included in the Properties section, see Configuration Manager Class and Property Qualifiers.
Requirements
For more information, see Configuration Manager Server Runtime Requirements.
For more information, see Configuration Manager Server Development Requirements.