SMS_UserInstancePermissionInfo 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_UserInstancePermissionInfo Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents information about a user's instance-level permissions for a secured object.

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.

Class SMS_UserInstancePermissionInfo : SMS_BaseClass
{
      String DisplayName;
      String InstanceKey;
      UInt32 InstancePermissions;
      UInt32 ObjectKey;
      Boolean ReadFlag;
      String UserName;
};

The SMS_UserInstancePermissionInfo class does not define any methods.

DisplayName

Data type: String

Access type: Read

Qualifiers: None

Friendly name of the secured object. The default value is "".

InstanceKey

Data type: String

Access type: Read

Qualifiers: [key]

Unique ID of the secured object. The default value is "".

InstancePermissions

Data type: UInt32

Access type: Read

Qualifiers: None

Permissions granted to a user for a specific secured object. See the InstancePermissions property of SMS_UserInstancePermissions Server WMI Class.

ObjectKey

Data type: UInt32

Access type: Read

Qualifiers: [key]

Numeric key describing the type of secured object. See the ObjectKey property of SMS_SecuredObject Server WMI Class.

ReadFlag

Data type: Boolean

Access type: Read

Qualifiers: None

true if the user has read permission to the specified secured object.

UserName

Data type: String

Access type: Read

Qualifiers: [key]

Name of the user, including the domain name. The default value is "".

Class qualifiers for this class include:

  • Read (read-only)

For more information about both the class qualifiers and the property qualifiers included in the Properties section, see Configuration Manager Class and Property Qualifiers.

Show: