TIdentityStoreListUsersRequest
Class in AWS.IdentityStore
ListUsers request class.
Ancestors
Properties
Filters
property Filters: TList<IIdentityStoreFilter>
Type: IIdentityStoreFilter
IdentityStoreId
property IdentityStoreId: string
MaxResults
property MaxResults: TOptional<Integer>
NextToken
property NextToken: string
Constructors
Create
constructor Create(const AIdentityStoreId: string);
Constructor for TIdentityStoreListUsersRequest.
Parameters
| Name | Description |
|---|---|
AIdentityStoreId | The identifier of the identity store containing the users. |