AlternateIdentifier

sealed class 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

Link copied to clipboard
data class ExternalId(val value: ExternalId) : AlternateIdentifier

The identifier issued to this resource by an external identity provider.

Link copied to clipboard
Link copied to clipboard

An entity attribute that's unique to a specific entity.

Functions

Link copied to clipboard

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.

Link copied to clipboard
Link copied to clipboard