SMS_ObjectToClassPermissions_a

The SMS_ObjectToClassPermissions_a association WMI class relates a secured object with various users that have class permissions on it. It does this by relating an instance of SMS_SecuredObject with an instance of SMS_UserClassPermissions.

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

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

Properties

  • classPermissions
    Data type: ref SMS_UserClassPermissions**
    **Access type: Read-only
    Qualifiers: Key

    Reference to an SMS_UserClassPermissions 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