Share via


SMS_ObjectToClassPermissions_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_ObjectToClassPermissions_a Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that relates a secured object with various users that have class permissions on it.

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

Syntax

Class SMS_ObjectToClassPermissions_a : SMS_BaseAssociation
{
      ref:SMS_UserClassPermissions classPermissions;
      ref:SMS_SecuredObject object;
};

Properties

  • classPermissions
    Data type: ref:SMS_UserClassPermissions

    Access type: Read

    Qualifiers: [key]

    Reference to an SMS_UserClassPermissions Server WMI Class object path uniquely identifying the location of the permissions object class instance.

  • 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 class instance.

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_UserClassPermissions 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_UserClassPermissions Server WMI Class