CIM_AuthorizedTarget class

CIM_AuthorizedTarget is an association used to tie an Identity's or Role's AuthorizedPrivileges to specific target resources.

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_AuthorizedTarget
{
  CIM_AuthorizedPrivilege REF Privilege;
  CIM_ManagedElement      REF TargetElement;
};

Members

The CIM_AuthorizedTarget class has these types of members:

Properties

The CIM_AuthorizedTarget class has these properties.

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

The CIM_AuthorizedPrivilege affecting the target resource.

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.

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: