identitystore_list_group_memberships_for_member: For the specified member in the specified identity store,...

View source: R/identitystore_operations.R

identitystore_list_group_memberships_for_memberR Documentation

For the specified member in the specified identity store, returns the list of all GroupMembership objects and returns results in paginated form

Description

For the specified member in the specified identity store, returns the list of all GroupMembership objects and returns results in paginated form.

See https://www.paws-r-sdk.com/docs/identitystore_list_group_memberships_for_member/ for full documentation.

Usage

identitystore_list_group_memberships_for_member(
  IdentityStoreId,
  MemberId,
  MaxResults = NULL,
  NextToken = NULL
)

Arguments

IdentityStoreId

[required] The globally unique identifier for the identity store.

MemberId

[required] An object that contains the identifier of a group member. Setting the UserID field to the specific identifier for a user indicates that the user is a member of the group.

MaxResults

The maximum number of results to be returned per request. This parameter is used in the list_users and list_groups requests to specify how many results to return in one page. The length limit is 50 characters.

NextToken

The pagination token used for the list_users, list_groups, and list_group_memberships API operations. This value is generated by the identity store service. It is returned in the API response if the total results are more than the size of one page. This token is also returned when it is used in the API request to search for the next page.


paws.security.identity documentation built on Sept. 12, 2023, 1:10 a.m.