TIdentityStoreExternalId
Class in AWS.IdentityStore
IdentityStore ExternalId class.
Ancestors
Properties
Id
property Id: string
Issuer
property Issuer: string
Constructors
Create
constructor Create; overload;
Constructor for TIdentityStoreExternalId.
constructor Create(const AId: string; const AIssuer: string = ''); overload;
Constructor for TIdentityStoreExternalId.
Parameters
| Name | Description |
|---|---|
AId | The external identifier that maps the resource to an external identity system. |
AIssuer | The entity or system that issued the external identifier. |