MSISCSITARGET_AuthorizedSubject class
Associates a specific MSISCSITARGET_AuthorizedPrivilege class with specific identities, roles, or collections of them. You should use this class to associate only identities and roles, or collections of identities and roles to MSISCSITARGET_AuthorizedPrivilege classes.
The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.
Syntax
[Dynamic, Provider("MSiSCSITargetProv"), Association, Version("1.0.0")]
class MSISCSITARGET_AuthorizedSubject : CIM_AuthorizedSubject
{
CIM_AuthorizedPrivilege REF Privilege;
CIM_ManagedElement REF PrivilegedElement;
};
Members
The MSISCSITARGET_AuthorizedSubject class has these types of members:
Properties
The MSISCSITARGET_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.
This property is inherited from CIM_AuthorizedSubject.
- 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.
This property is inherited from CIM_AuthorizedSubject.
Requirements
|
Minimum supported client |
None supported |
|---|---|
|
Minimum supported server |
Windows Server 2012 R2 |
|
Namespace |
Root\CIMv2\Storage\iScsiTarget |
|
MOF |
|
|
DLL |
|
See also