Skip to main content

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

NameDescription
AIdThe external identifier that maps the resource to an external identity system.
AIssuerThe entity or system that issued the external identifier.