| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.IdentityStore.Types.ExternalId
Description
Synopsis
- data ExternalId = ExternalId' {}
- newExternalId :: Text -> Text -> ExternalId
- externalId_issuer :: Lens' ExternalId Text
- externalId_id :: Lens' ExternalId Text
Documentation
data ExternalId Source #
The identifier issued to this resource by an external identity provider.
See: newExternalId smart constructor.
Constructors
| ExternalId' | |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> ExternalId |
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.