TIdentityStoreListGroupsRequest
Class in AWS.IdentityStore
ListGroups 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 TIdentityStoreListGroupsRequest.
Parameters
| Name | Description |
|---|---|
AIdentityStoreId | The identifier of the identity store containing the groups. |