Name | Data Type | Default Value | Qualifiers |
Name | Data Type | Value |
Name | string | |
Description | string | Name is a string representing an identifier that can be correlated to the authoritative information. The type and format are defined by the NameFormat and OtherNameFormat properties. |
ModelCorrespondence | string | CIM_RemoteIdentity.NameFormat |
NameFormat | uint16 | |
Description | string | An enumeration defining the type and format of Name.
* GID: A Unix Group ID encoded as a hex string
* UID: A Unix User ID encoded as a hex string
* SID: A Windows Security ID encoded as a hex string
* SIDstring: A Windows Security ID encoded as a string encoded as 'S-'<R>'-'<I>'-'S, where <R> is the revision level, <I> is the identifier-authority value, and <S> is one or more sub-authority values encoded.
* DN: An LDAP Distinguished Name
* KID: A Kerberos Remote Identifier. |
ModelCorrespondence | string | CIM_RemoteIdentity.Name, CIM_RemoteIdentity.OtherNameFormat |
ValueMap | string | 1, 2, 3, 4, 5, 6, 7, .. |
Values | string | Other, GID, UID, SID, SIDstring, DN, KID, DMTF Reserved |
OtherNameFormat | string | |
Description | string | OtherNameFormat is a string that describes the format of the Name property when NameFormat is set to "Other" . The format of this string is vendor specific. |
ModelCorrespondence | string | CIM_RemoteIdentity.NameFormat |