CIM_AuthorizedSubject class

CIM_AuthorizedSubject is an association used to tie specific AuthorizedPrivileges to specific subjects (i.e., Identities, Roles or Collections of these). At this time, only Identities and Roles (or Collections of Identities and Roles) should be associated to AuthorizedPrivileges using this relationship. Note that any Privileges not explicitly granted to a subject, SHOULD be denied.

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

Syntax

[Association, Version("2.8.0"), UMLPackagePath("CIM::User::Privilege")]
class CIM_AuthorizedSubject
{
  CIM_AuthorizedPrivilege REF Privilege;
  CIM_ManagedElement      REF PrivilegedElement;
};

Members

The CIM_AuthorizedSubject class has these types of members:

Properties

The CIM_AuthorizedSubject class has these properties.

Privilege
Data type: CIM_AuthorizedPrivilege
Access type: Read-only
Qualifiers: Key

The CIM_AuthorizedPrivilege either granted or denied to an Identity, Role or Collection. Whether the privilege is granted or denied is defined by the inherited property, CIM_Privilege.PrivilegeGranted.

PrivilegedElement
Data type: CIM_ManagedElement
Access type: Read-only
Qualifiers: Key

A CIM_ManagedElement containing the Subject for which AuthorizedPrivileges are granted or denied. Whether the privilege is granted or denied is defined by the property, CIM_Privilege.PrivilegeGranted.

Requirements

Minimum supported client

None supported

Minimum supported server

Windows Server 2012 R2

Namespace

Root\CIMv2\Storage\iScsiTarget

MOF

SmIscsiTarget.mof

DLL

SMiSCSITargetProv.dll

 

 

Show: