amazonka-identitystore-2.0: Amazon SSO Identity Store SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.IdentityStore.Types.ExternalId

Description

 
Synopsis

Documentation

data ExternalId Source #

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

See: newExternalId smart constructor.

Constructors

ExternalId' 

Fields

Instances

Instances details
FromJSON ExternalId Source # 
Instance details

Defined in Amazonka.IdentityStore.Types.ExternalId

ToJSON ExternalId Source # 
Instance details

Defined in Amazonka.IdentityStore.Types.ExternalId

Generic ExternalId Source # 
Instance details

Defined in Amazonka.IdentityStore.Types.ExternalId

Associated Types

type Rep ExternalId :: Type -> Type #

Show ExternalId Source # 
Instance details

Defined in Amazonka.IdentityStore.Types.ExternalId

NFData ExternalId Source # 
Instance details

Defined in Amazonka.IdentityStore.Types.ExternalId

Methods

rnf :: ExternalId -> () #

Eq ExternalId Source # 
Instance details

Defined in Amazonka.IdentityStore.Types.ExternalId

Hashable ExternalId Source # 
Instance details

Defined in Amazonka.IdentityStore.Types.ExternalId

type Rep ExternalId Source # 
Instance details

Defined in Amazonka.IdentityStore.Types.ExternalId

type Rep ExternalId = D1 ('MetaData "ExternalId" "Amazonka.IdentityStore.Types.ExternalId" "amazonka-identitystore-2.0-FD6RUaLi6gx9YE16ATGTMj" 'False) (C1 ('MetaCons "ExternalId'" 'PrefixI 'True) (S1 ('MetaSel ('Just "issuer") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text)) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text))))

newExternalId Source #

Create a value of ExternalId with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:issuer:ExternalId', externalId_issuer - The issuer for an external identifier.

$sel:id:ExternalId', externalId_id - The identifier issued to this resource by an external identity provider.

externalId_issuer :: Lens' ExternalId Text Source #

The issuer for an external identifier.

externalId_id :: Lens' ExternalId Text Source #

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