IIdentityStoreDescribeGroupResponse
Interface in AWS.IdentityStore
Interface for DescribeGroup responses.
Ancestors
Properties
Description
property Description: string
A textual description of the group's purpose or membership criteria.
This optional property provides additional context about the group's role, such as Finance Department Access Group or Contractors - Read Only.
DisplayName
property DisplayName: string
The display name of the group.
This is the human-readable name assigned to the group, often used in UIs, access policies, or audit logs. The name is not required to be unique.
ExternalIds
property ExternalIds: TList<IIdentityStoreExternalId>
Type: IIdentityStoreExternalId
A list of external identifiers associated with the group.
This property contains identifiers that map the group to corresponding records in external identity systems, such as third-party directories or custom identity providers. Each entry typically includes an Id and an optional Issuer.
GroupId
property GroupId: string
The identifier of the Group in the identity store.
IdentityStoreId
property IdentityStoreId: string
The globally unique identifier for the identity store.