Class CIM_FSDomainIdentity
extends CIM_Identity

An Identity as known in a specific authentication domain. Currently supported authentication domains are LDAP/Unix and Active Directory.

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


Class Hierarchy

CIM_ManagedElement
   |
   +--CIM_Identity
   |
   +--CIM_FSDomainIdentity

Direct Known Subclasses

Class Qualifiers

NameData TypeValue
DescriptionstringAn Identity as known in a specific authentication domain. Currently supported authentication domains are LDAP/Unix and Active Directory.
Experimentalbooleantrue
UMLPackagePathstringCIM::System::FileSystem
Versionstring2.43.0

Class Properties

Local Class Properties

NameData TypeDefault ValueQualifiers
NameData TypeValue
DomainTypeuint16
DescriptionstringThe type of domain for which the ID is valid.
ValueMapstring0, 1, 2, 3, .., 0x8000..
ValuesstringUnknown, Other, Unix, Active Directory, Reserved, Vendor Defined
PrincipalIDstring
DescriptionstringThe string used by an authentication system to identify a principal during the process of authorization to use a resource. This string is assigned after a successful authentication. For example, after user Joe presents his username and password successfully, the system assigns him the UID 20328, which is what gets presented to a filesystem, say, when Joe attempts to read or write a file.
PrincipalTypeuint16
DescriptionstringThe type of principal represented by this Identity instance.
ValueMapstring0, 1, 2, 3, .., 0x8000..
ValuesstringUnknown, Other, User, Group, Reserved, Vendor Defined

Inherited Properties

NameData TypeClass Origin
CaptionstringCIM_ManagedElement
CurrentlyAuthenticatedbooleanCIM_Identity
DescriptionstringCIM_ManagedElement
ElementNamestringCIM_ManagedElement
Generationuint64CIM_ManagedElement
InstanceIDstringCIM_Identity

Class Methods