identitystore_list_group_memberships: For the specified group in the specified identity store,...

View source: R/identitystore_operations.R

identitystore_list_group_membershipsR Documentation

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

Description

For the specified group 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 full documentation.

Usage

identitystore_list_group_memberships(
  IdentityStoreId,
  GroupId,
  MaxResults = NULL,
  NextToken = NULL
)

Arguments

IdentityStoreId

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

GroupId

[required] The identifier for a group in the identity store.

MaxResults

The maximum number of results to be returned per request. This parameter is used in all List requests to specify how many results to return in one page.

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.