Class CIM_DocumentAuthentication
extends CIM_AuthenticationCondition

A class describing a company's and/or administrator's credential requirements that should be authenticated in order to establish/trust a CIM_Identity. This class defines the specific document that should be authenticated.

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


Class Hierarchy

CIM_ManagedElement
   |
   +--CIM_Policy
   |
   +--CIM_PolicyCondition
   |
   +--CIM_AuthenticationCondition
   |
   +--CIM_DocumentAuthentication

Direct Known Subclasses

Class Qualifiers

NameData TypeValue
DescriptionstringA class describing a company's and/or administrator's credential requirements that should be authenticated in order to establish/trust a CIM_Identity. This class defines the specific document that should be authenticated.
UMLPackagePathstringCIM::Policy
Versionstring2.8.0

Class Properties

Local Class Properties

NameData TypeDefault ValueQualifiers
NameData TypeValue
DocumentIdentifierstring
DescriptionstringString defining a particular document which may be used in the authentication process for example, a specific driver's license or passport number. If left blank, then any valid document matching the category specified by the TypeOfDocument property, can be accepted.
OtherDocumentstring
DescriptionstringString specifying the document when the TypeOfDocument property is set to 1, "Other".
ModelCorrespondencestringCIM_DocumentAuthentication.TypeOfDocument
TypeOfDocumentuint16
DescriptionstringInteger enumeration identifying the document that should be authenticated.
ModelCorrespondencestringCIM_DocumentAuthentication.OtherDocument
ValueMapstring1, 2, 3, 4, 5, 6, 7
ValuesstringOther, Passport, Birth Certificate, Credit Card, Drivers License, Membership Card, Social Security Card

Inherited Properties

NameData Type
Captionstring
CommonNamestring
CreationClassNamestring
Descriptionstring
ElementNamestring
Generationuint64
InstanceIDstring
PolicyConditionNamestring
PolicyRuleCreationClassNamestring
PolicyRuleNamestring
SystemCreationClassNamestring
SystemNamestring
PolicyKeywordsstring[]

Class Methods