CIM_AssociatedPrivilege
Association class CIM_AssociatedPrivilege
General Information:
CIM_AssociatedPrivilege is an association that
models the privileges that a Subject element has to access or authorize other
elements to access a Target
element.
Qualifiers:
-------------
Association
Version=2.22.0
UMLPackagePath=CIM::User::Privilege
Supported Fields Summary | |
---|---|
REF
CIM_ManagedElement |
Subject The Subject for which privileges are granted or denied. |
REF
CIM_ManagedElement |
Target The target element to which the privileges apply. |
string
|
UseKey UseKey is used to distinguish instances in case multiple instances of this association exist between the same Subject and Target . . . |
boolean
|
PrivilegeGranted
Boolean indicating whether the Privilege is granted (TRUE) or denied (FALSE) . . . |
uint16[2]
|
Activities
An enumeration indicating the activities that are granted or denied . . . |
string[2]
|
ActivityQualifiers
The ActivityQualifiers property is an array of string values used to further qualify and specify the privileges granted or denied . . . |
uint16[2]
|
QualifierFormats
Defines the semantics of corresponding entries in the ActivityQualifiers array . . . |
boolean
|
RepresentsAuthorizationRights
The RepresentsAuthorizationRights flag indicates whether the rights defined by this instance shall be interpreted as rights of Subjects to access Targets or as rights of Subjects to change those rights on/for Targets. |
Methods Summary | |
---|---|
|
Get(Instance)
Gets the representation of the instance |
|
Pull(EnumerationContext,
MaxElements) Pulls instances of this class, following an Enumerate operation |
|
Enumerate()
Enumerates the instances of this class |
|
Release(EnumerationContext)
Releases an enumeration context |
Field Detail |
---|
Copyright © 2006-2022, Intel Corporation. All rights reserved. |