The SMS_ObjectToInstancePermissions_a Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that relates a secured object with users that have permissions for an instance of the secured object.

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

Class SMS_ObjectToInstancePermissions_a : SMS_BaseAssociation
{
	ref:SMS_UserInstancePermissions instancePermissions;
	ref:SMS_SecuredObject object;
};

Properties

instancePermissions


Data type: ref;SMS_UserInstancePermissionsAccess type: ReadQualifiers: [key]Reference to an SMS_UserInstancePermissions Server WMI Class object path uniquely identifying the location of the permissions object.
object


Data type: ref:SMS_SecuredObjectAccess type: ReadQualifiers: [key]Reference to an SMS_SecuredObject Server WMI Class object path uniquely identifying the location of the secured object.

Remarks

Class qualifiers for this class include:

  • Read (read-only)

  • Association: ToInstance

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

This class relates an instance of SMS_SecuredObject Server WMI Class with an instance of SMS_UserInstancePermissions Server WMI Class.

Requirements

Runtime Requirements

Development Requirements

See Also


Send comments about this topic to Microsoft.