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
| Name | Description |
|---|---|
AIdentityStoreId | The identifier of the identity store to search within. |
AAlternateIdentifier | The alternate identifier used to locate the user, such as a user name. |