aws.identitystore.describe_group
Example SQL Queries
SELECT * FROMaws.identitystore.describe_groupWHERE"identity_store_id" = 'VALUE'AND "group_id" = 'VALUE';Description
Retrieves the group metadata and attributes from GroupId in an identity store.
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 |
| description A string containing a description of the group. | VARCHAR |
| display_name The group’s display name value. The length limit is 1,024 characters. This value can consist of letters, accented characters, symbols, numbers, punctuation, tab, new line, carriage return, space, and nonbreaking space in this attribute. This value is specified at the time that the group is created and stored as an attribute of the group object in the identity store. | VARCHAR |
| external_ids A list of ExternalId objects that contains the identifiers issued to this resource by an external identity provider. | STRUCT( |
Show child fields
| |