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;
};

Methods

The SMS_UserInstancePermissionInfo class does not define any methods.

Properties

DisplayName


Data type: StringAccess type: ReadQualifiers: NoneFriendly name of the secured object. The default value is "".
InstanceKey


Data type: StringAccess type: ReadQualifiers: [key]Unique ID of the secured object. The default value is "".
InstancePermissions


Data type: UInt32Access type: ReadQualifiers: NonePermissions granted to a user for a specific secured object. See the InstancePermissions property of SMS_UserInstancePermissions Server WMI Class.
ObjectKey


Data type: UInt32Access type: ReadQualifiers: [key]Numeric key describing the type of secured object. See the ObjectKey property of SMS_SecuredObject Server WMI Class.
ReadFlag


Data type: BooleanAccess type: ReadQualifiers: Nonetrue if the user has read permission to the specified secured object.
UserName


Data type: StringAccess type: ReadQualifiers: [key]Name of the user, including the domain name. The default value is "".

Remarks

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.

Requirements

Runtime Requirements

Development Requirements

See Also


Send comments about this topic to Microsoft.