TIdentityStoreListGroupMembershipsRequest
Class in AWS.IdentityStore
ListGroupMemberships request class.
Ancestors
Properties
GroupId
property GroupId: string
IdentityStoreId
property IdentityStoreId: string
MaxResults
property MaxResults: TOptional<Integer>
NextToken
property NextToken: string
Constructors
Create
constructor Create(const AIdentityStoreId, AGroupId: string);
Parameters
| Name | Description |
|---|---|
AIdentityStoreId | The identifier of the identity store containing the group. |
AGroupId | The identifier of the group whose memberships are to be listed. |