Class CIM_RemoteIdentity
extends CIM_Identity

An instance of RemoteIdentity is an Identity that should be used to provide a persistent representation of a security principal for which authoritative information required for mapping to users or groups is not otherwise modeled.

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


Class Hierarchy

CIM_ManagedElement
   |
   +--CIM_Identity
   |
   +--CIM_RemoteIdentity

Direct Known Subclasses

Class Qualifiers

NameData TypeValue
DescriptionstringAn instance of RemoteIdentity is an Identity that should be used to provide a persistent representation of a security principal for which authoritative information required for mapping to users or groups is not otherwise modeled.
Experimentalbooleantrue
UMLPackagePathstringCIM::User::Identity
Versionstring2.16.0

Class Properties

Local Class Properties

NameData TypeDefault ValueQualifiers
NameData TypeValue
Namestring
DescriptionstringName 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.
ModelCorrespondencestringCIM_RemoteIdentity.NameFormat
NameFormatuint16
DescriptionstringAn 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.
ModelCorrespondencestringCIM_RemoteIdentity.Name, CIM_RemoteIdentity.OtherNameFormat
ValueMapstring1, 2, 3, 4, 5, 6, 7, ..
ValuesstringOther, GID, UID, SID, SIDstring, DN, KID, DMTF Reserved
OtherNameFormatstring
DescriptionstringOtherNameFormat 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.
ModelCorrespondencestringCIM_RemoteIdentity.NameFormat

Inherited Properties

NameData TypeClass Origin
CaptionstringCIM_ManagedElement
CurrentlyAuthenticatedbooleanCIM_Identity
DescriptionstringCIM_ManagedElement
ElementNamestringCIM_ManagedElement
InstanceIDstringCIM_Identity

Class Methods