Skip to main content

TIdentityStoreGetUserIdRequest

Class in AWS.IdentityStore

GetUserId request class.

Ancestors

Properties

AlternateIdentifier

property AlternateIdentifier: IIdentityStoreAlternateIdentifier

Type: IIdentityStoreAlternateIdentifier

IdentityStoreId

property IdentityStoreId: string

Constructors

Create

constructor Create(const AIdentityStoreId: string; const AAlternateIdentifier: IIdentityStoreAlternateIdentifier);

IIdentityStoreAlternateIdentifier

Constructor for TIdentityStoreGetUserIdRequest.

Parameters

NameDescription
AIdentityStoreIdThe identifier of the identity store to search within.
AAlternateIdentifierThe alternate identifier used to locate the user, such as a user name.