ExternalId

data class ExternalId(val value: ExternalId) : AlternateIdentifier

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

Constructors

Link copied to clipboard
constructor(value: ExternalId)

Properties

Link copied to clipboard

Inherited 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