Share via


SMS_ObjectToInstancePermissions_a Server WMI Class

 

Applies To: System Center 2012 Configuration Manager, System Center 2012 Configuration Manager SP1, System Center 2012 R2 Configuration Manager

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.

Syntax

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

Properties

  • instancePermissions
    Data type: ref;SMS_UserInstancePermissions

    Access type: Read

    Qualifiers: [key]

    Reference to an SMS_UserInstancePermissions Server WMI Class object path uniquely identifying the location of the permissions object.

  • object
    Data type: ref:SMS_SecuredObject

    Access type: Read

    Qualifiers: [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

For more information, see Configuration Manager Server Runtime Requirements.

Development Requirements

For more information, see Configuration Manager Server Development Requirements.

See Also

SMS_SecuredObject Server WMI Class
SMS_UserInstancePermissions Server WMI Class