IIdentityStoreListGroupMembershipsForMemberRequest
Interface in AWS.IdentityStore
Interface for ListGroupMembershipsForMember requests.
Ancestors
Properties
IdentityStoreId
property IdentityStoreId: string
The identifier of the identity store that contains the user's group memberships.
This value scopes the query to a specific AWS SSO identity store instance.
MaxResults
property MaxResults: TOptional<Integer>
(Optional) The maximum number of results to return in a single response.
MemberId
property MemberId: IIdentityStoreMemberId
Type: IIdentityStoreMemberId
A structured identifier representing the user whose group memberships are being listed.
Typically constructed using WithUserId, this identifier targets a specific user in the identity store for whom group memberships will be retrieved.
NextToken
property NextToken: string
(Optional) A pagination token from a previous call, if applicable.