MSISCSITARGET_AuthorizedTarget class
An association used to tie the MSISCSITARGET_AuthorizedPrivilege of an identity or role to specific target resources.
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_AuthorizedTarget : CIM_AuthorizedTarget
{
CIM_AuthorizedPrivilege REF Privilege;
CIM_ManagedElement REF TargetElement;
};
Members
The MSISCSITARGET_AuthorizedTarget class has these types of members:
Properties
The MSISCSITARGET_AuthorizedTarget class has these properties.
- Privilege
-
- Data type: CIM_AuthorizedPrivilege
- Access type: Read-only
- Qualifiers: Key
The CIM_AuthorizedPrivilege affecting the target resource.
This property is inherited from CIM_AuthorizedTarget.
- TargetElement
-
- Data type: CIM_ManagedElement
- Access type: Read-only
- Qualifiers: Key
A CIM_ManagedElement containing the target set of resources to which the AuthorizedPrivilege applies.
This property is inherited from CIM_AuthorizedTarget.
Requirements
|
Minimum supported client |
None supported |
|---|---|
|
Minimum supported server |
Windows Server 2012 R2 |
|
Namespace |
Root\CIMv2\Storage\iScsiTarget |
|
MOF |
|
|
DLL |
|
See also