Skip to main content

TCognitoIdentityListIdentitiesRequest

Class in AWS.CognitoIdentity

ListIdentities request class.

Ancestors

Properties

IdentityPoolId

property IdentityPoolId: string

MaxResults

property MaxResults: Integer

NextToken

property NextToken: string

HideDisabled

property HideDisabled: TOptional<Boolean>

Constructors

Create

constructor Create(const AIdentityPoolId: string; const AMaxResults: Integer; const ANextToken: string = '');

Constructor for TCognitoIdentityListIdentitiesRequest.

Parameters

NameDescription
AIdentityPoolIdSpecify the ID of the identity pool in the format.
AMaxResultsSpecify the maximum number of identities to return.
ANextTokenSpecify a NextToken from a previous response to fetch more results.