IIdentityStoreGroupMembership
Interface in AWS.IdentityStore
Interface for IdentityStore GroupMembership.
Properties
GroupId
property GroupId: string
The identifier of the group to which the user belongs.
This value is the same GroupId that was passed in the request. It confirms which group the listed membership relates to.
IdentityStoreId
property IdentityStoreId: string
The globally unique identifier for the identity store.
MemberId
property MemberId: IIdentityStoreMemberId
Type: IIdentityStoreMemberId
A structured identifier representing the user who is a member of the group.
This property identifies the user in the group membership. Typically constructed with WithUserId and returned here for reference.
MembershipId
property MembershipId: string
The unique identifier for the group membership.
This value identifies the relationship between a specific user and group and can be used in operations such as DescribeGroupMembership or DeleteGroupMembership.