Class CIM_AccessControlServiceSettingData
extends CIM_SettingData

CIM_AccessControlServiceSettingData is used to specify the types of principals and resources supported by a specific access control service. Using the type information, a system administrator composes access control policies for the service from a remote client host. An instance of CIM_AccessControlService is associated with more than one instances of the CIM_AccessControlServiceSettingData. A supported principal type is specified in the CIM_AccessControlServiceSettingData.PrincipalType property. For each supported principal type, corresponding supported resource types are specified in the CIM_AccessControlServiceSettingData.ResourceType.

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


Class Hierarchy

CIM_ManagedElement
   |
   +--CIM_SettingData
   |
   +--CIM_AccessControlServiceSettingData

Direct Known Subclasses

Class Qualifiers

NameData TypeValue
DescriptionstringCIM_AccessControlServiceSettingData is used to specify the types of principals and resources supported by a specific access control service. Using the type information, a system administrator composes access control policies for the service from a remote client host. An instance of CIM_AccessControlService is associated with more than one instances of the CIM_AccessControlServiceSettingData. A supported principal type is specified in the CIM_AccessControlServiceSettingData.PrincipalType property. For each supported principal type, corresponding supported resource types are specified in the CIM_AccessControlServiceSettingData.ResourceType.
Experimentalbooleantrue
UMLPackagePathstringCIM::Policy
Versionstring2.28.0

Class Properties

Local Class Properties

NameData TypeDefault ValueQualifiers
NameData TypeValue
OtherResourceTypestring
DescriptionstringA string that describes the resource type when a well defined value is not available and ResourceType is set to 1 for Other.
Experimentalbooleantrue
ModelCorrespondencestringCIM_AccessControlServiceSettingData.ResourceType
PrincipalTypeuint16
DescriptionstringPrincipalType indicates a type of principal identifiers that are referred to by an associated access control service.
Experimentalbooleantrue
ValueMapstring1, 2, 3, .., 0x8000..
ValuesstringUsers, Accounts, Groups, DMTF Reserved, Vendor Reserved
ResourceTypeuint16[]
DescriptionstringFor each PrincipalType, a set of resource types are defined in the ResourceType. ResourceType indicates the types of resources that can be targets of access control by a specific access control service. Access control policies for an access control service is described with some resource instances having the specified resource type.
Experimentalbooleantrue
ValueMapstring1, 2, 3, 4, 5, 6, 7, 8, .., 0x8000..
ValuesstringOther, File System, Virtual Machine, RDB Table, Database, Table Column, Resource Pool, Virtualization, DMTF Reserved, Vendor Reserved

Inherited Properties

NameData TypeClass Origin
CaptionstringCIM_ManagedElement
ChangeableTypeuint16CIM_SettingData
ConfigurationNamestringCIM_SettingData
DescriptionstringCIM_ManagedElement
ElementNamestringCIM_SettingData
Generationuint64CIM_ManagedElement
InstanceIDstringCIM_SettingData
SoIDstringCIM_SettingData
SoOrgIDstringCIM_SettingData
ComponentSettingstring[]CIM_SettingData

Class Methods