Skip to main content

IIdentityStoreDescribeGroupMembershipResponse

Interface in AWS.IdentityStore

Interface for DescribeGroupMembership responses.

Ancestors

Properties

GroupId

property GroupId: string

The unique identifier of the group associated with the membership.

This value refers to the group to which the user belongs. It matches the GroupId returned by DescribeGroup or CreateGroup.

IdentityStoreId

property IdentityStoreId: string

The globally unique identifier for the identity store.

MemberId

property MemberId: IIdentityStoreMemberId

Type: IIdentityStoreMemberId

A structured identifier object representing the user in the group membership.

This property encapsulates the user reference within the group membership. It typically contains a single field: UserId, which uniquely identifies the user associated with the membership.

MembershipId

property MembershipId: string

The unique identifier assigned to the group membership by the identity store.

This value identifies the relationship between a specific user and group. It is used in operations such as DeleteGroupMembership and DescribeGroupMembership.