Class CIM_AuthorizedPrivilege
extends CIM_Privilege

Privilege is the base class for all types of activities which are granted or denied to a Role or an Identity. AuthorizedPrivilege is a subclass defining static renderings of authorization policy rules. The association of Roles and Identities to AuthorizedPrivilege is accomplished using the AuthorizedSubject relationship. The entities that are protected are defined using the AuthorizedTarget relationship. Note that this class and its AuthorizedSubject/Target associations provide a short-hand, static mechanism to represent authorization policies.

Table of Contents
Hierarchy
Direct Known Subclasses
Class Qualifiers
Class Properties
Class Methods


Class Hierarchy

CIM_ManagedElement
   |
   +--CIM_Privilege
   |
   +--CIM_AuthorizedPrivilege

Direct Known Subclasses

Class Qualifiers

NameData TypeValue
DescriptionstringPrivilege is the base class for all types of activities which are granted or denied to a Role or an Identity. AuthorizedPrivilege is a subclass defining static renderings of authorization policy rules. The association of Roles and Identities to AuthorizedPrivilege is accomplished using the AuthorizedSubject relationship. The entities that are protected are defined using the AuthorizedTarget relationship. Note that this class and its AuthorizedSubject/Target associations provide a short-hand, static mechanism to represent authorization policies.
UMLPackagePathstringCIM::User::Privilege
Versionstring2.8.0

Class Properties

Inherited Properties

NameData TypeClass Origin
CaptionstringCIM_ManagedElement
DescriptionstringCIM_ManagedElement
ElementNamestringCIM_ManagedElement
InstanceIDstringCIM_Privilege
PrivilegeGrantedbooleanCIM_Privilege
RepresentsAuthorizationRightsbooleanCIM_Privilege
Activitiesuint16[]CIM_Privilege
ActivityQualifiersstring[]CIM_Privilege
QualifierFormatsuint16[]CIM_Privilege

Class Methods