Skip to main content

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

NameDescription
AIdentityStoreIdThe identifier of the identity store containing the group.
AGroupIdThe identifier of the group whose memberships are to be listed.