AlternateIdentifier
A unique identifier for a user or group that is not the primary identifier. This value can be an identifier from an external identity provider (IdP) that is associated with the user, the group, or a unique attribute.
Inheritors
Types
Functions
Casts this AlternateIdentifier as a ExternalId and retrieves its aws.sdk.kotlin.services.identitystore.model.ExternalId value. Throws an exception if the AlternateIdentifier is not a ExternalId.
Casts this AlternateIdentifier as a ExternalId and retrieves its aws.sdk.kotlin.services.identitystore.model.ExternalId value. Returns null if the AlternateIdentifier is not a ExternalId.
Casts this AlternateIdentifier as a UniqueAttribute and retrieves its aws.sdk.kotlin.services.identitystore.model.UniqueAttribute value. Throws an exception if the AlternateIdentifier is not a UniqueAttribute.
Casts this AlternateIdentifier as a UniqueAttribute and retrieves its aws.sdk.kotlin.services.identitystore.model.UniqueAttribute value. Returns null if the AlternateIdentifier is not a UniqueAttribute.