IIdentityStoreListGroupMembershipsResponse
Interface in AWS.IdentityStore
Interface for ListGroupMemberships responses.
Ancestors
Properties
GroupMemberships
property GroupMemberships: TList<IIdentityStoreGroupMembership>
Type: IIdentityStoreGroupMembership
A list of group membership summaries returned by the operation.
Each item in this list represents a membership between a user and the specified group, including identifiers for the user and the group, and the unique MembershipId.
NextToken
property NextToken: string
A pagination token indicating that more results are available.
Use this token in a subsequent call to ListGroupMemberships to retrieve the next page of results. If this value is empty, the result set is complete.