Class CIM_AccessControlInformation
extends CIM_LogicalElement

CIM_AccessControlInformation provides, through its properties and its associations, the specification of the access rights granted to a set of subject users to a set of target resources. The AccessControlInformation class is weak to the system (e.g., Computer System or Administrative Domain) for which the access controls apply. This class is deprecated in lieu of two others: AuthorizedPrivilege (defining specific access details) and SecuritySensitivity (defining individual security levels). The reasons for this are: 1. More specific access details are defined in Privilege (the superclass of AuthorizedPrivilege); and, 2. SecuritySensitivity allows security levels to be applied to other elements than access control information.

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


Class Hierarchy

CIM_ManagedElement
   |
   +--CIM_ManagedSystemElement
   |
   +--CIM_LogicalElement
   |
   +--CIM_AccessControlInformation

Direct Known Subclasses

Class Qualifiers

NameData TypeValue
DeprecatedstringCIM_AuthorizedPrivilege, CIM_SecuritySensitivity
DescriptionstringCIM_AccessControlInformation provides, through its properties and its associations, the specification of the access rights granted to a set of subject users to a set of target resources. The AccessControlInformation class is weak to the system (e.g., Computer System or Administrative Domain) for which the access controls apply. This class is deprecated in lieu of two others: AuthorizedPrivilege (defining specific access details) and SecuritySensitivity (defining individual security levels). The reasons for this are: 1. More specific access details are defined in Privilege (the superclass of AuthorizedPrivilege); and, 2. SecuritySensitivity allows security levels to be applied to other elements than access control information.
UMLPackagePathstringCIM::User::AccessControl
Versionstring2.8.0

Class Properties

Local Class Properties

NameData TypeDefault ValueQualifiers
NameData TypeValue
CreationClassNamestring
DeprecatedstringNo value
DescriptionstringCreationClassName indicates the name of the class or the subclass used in the creation of an instance. When used with the other key properties of this class, this property allows all instances of this class and its subclasses to be uniquely identified.
Keybooleantrue
MaxLenuint32256
Namestring
DeprecatedstringCIM_AuthorizedPrivilege.InstanceID
DescriptionstringThe Name property defines the unique label, in the context of the hosting system, by which the AccessControlInformation is known.
Keybooleantrue
MaxLenuint32256
OverridestringName
SecurityClassificationstring
DeprecatedstringCIM_SecuritySensitivity.SecurityLevel
DescriptionstringThe SecurityClassification property specifies a named level of security associated with the AccessControlInformation, e.g., 'Confidential', 'Top Secret', etc.
SystemCreationClassNamestring
DeprecatedstringNo value
DescriptionstringHosting system creation class name.
Keybooleantrue
MaxLenuint32256
PropagatedstringCIM_System.CreationClassName
SystemNamestring
DeprecatedstringNo value
DescriptionstringHosting system name.
Keybooleantrue
MaxLenuint32256
PropagatedstringCIM_System.Name
AccessQualifierstring[]
ArrayTypestringIndexed
DeprecatedstringCIM_AuthorizedPrivilege.ActivityQualifiers
DescriptionstringThe AccessQualifier property is an array of string values may be used to further qualify the type of access for which the corresponding permission applies. For example, it may be used to specify a set of parameters that are permitted or denied in conjunction with the corresponding AccessType entry point name.
ModelCorrespondencestringCIM_AccessControlInformation.AccessType, CIM_AccessControlInformation.Permission
AccessTypestring[]
ArrayTypestringIndexed
DeprecatedstringCIM_AuthorizedPrivilege.Activities
DescriptionstringThe AccessType property is an array of string values that specifies the type of access for which the corresponding permission applies. For example, it can be used to specify a generic access such as 'Read-only', 'Read/Write', etc. for file or record access control or it can be used to specifiy an entry point name for service access control.
ModelCorrespondencestringCIM_AccessControlInformation.AccessQualifier, CIM_AccessControlInformation.Permission
Permissionstring[]
ArrayTypestringIndexed
DeprecatedstringCIM_AuthorizedPrivilege
DescriptionstringThe Permission property is an array of string values indicating the permission that applies to the corresponding AccessType and AccessQualifier array values. The values may be extended in subclasses to provide more specific access controls. This property is deprecated in lieu of the general AuthorizedPrivilege class. This is because the Permissions, 'Access' and 'Deny', are addressed by the PrivilegeGranted property, while 'Manage' maps to specific activities with their corresponding qualifiers and formats.
ModelCorrespondencestringCIM_AccessControlInformation.AccessType, CIM_AccessControlInformation.AccessQualifier
ValueMapstringUnknown, Allow, Deny, Manage

Inherited Properties

NameData TypeClass Origin
CaptionstringCIM_ManagedElement
CommunicationStatusuint16CIM_ManagedSystemElement
DescriptionstringCIM_ManagedElement
DetailedStatusuint16CIM_ManagedSystemElement
ElementNamestringCIM_ManagedElement
Generationuint64CIM_ManagedElement
HealthStateuint16CIM_ManagedSystemElement
InstallDatedatetimeCIM_ManagedSystemElement
InstanceIDstringCIM_ManagedElement
OperatingStatusuint16CIM_ManagedSystemElement
PrimaryStatusuint16CIM_ManagedSystemElement
StatusstringCIM_ManagedSystemElement
OperationalStatusuint16[]CIM_ManagedSystemElement
StatusDescriptionsstring[]CIM_ManagedSystemElement

Class Methods