Share via


SMS_ObjectToInstancePermissions_a

The SMS_ObjectToInstancePermissions_a association WMI class relates a secured object with users that have permissions for an instance of the secured object. It does this by relating an instance of SMS_SecuredObject with an instance of SMS_UserInstancePermissions.

The following syntax is simplified from MOF code and includes all inherited properties.

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

Properties

  • instancePermissions
    Data type: ref SMS_UserInstancePermissions**
    **Access type: Read-only
    Qualifiers: Key

    Reference to an SMS_UserInstancePermissions object path uniquely identifying the location of the permissions object class instance.

  • object
    Data type: ref SMS_SecuredObject**
    **Access type: Read-only
    Qualifiers: Key

    Reference to an SMS_SecuredObject object path uniquely identifying the location of the secured object class instance.

See Also

Association Classes