aws.identitystore.list_group_memberships
Example SQL Queries
SELECT * FROMaws.identitystore.list_group_membershipsWHERE"identity_store_id" = 'VALUE'AND "group_id" = 'VALUE';Description
For the specified group in the specified identity store, returns the list of all GroupMembership objects and returns results in paginated form.
If you have administrator access to a member account, you can use this API from the member account. Read about member accounts in the Organizations User Guide.
Table Definition
| Column Name | Column Data Type |
|---|---|
| group_id Required Input Column The identifier for a group in the identity store. | VARCHAR |
| identity_store_id Required Input Column The globally unique identifier for the identity store. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| member_id 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. | STRUCT( |
Show child fields
| |
| membership_id The identifier for a GroupMembership object in an identity store. | VARCHAR |