Skip to main content

TIdentityStoreGetGroupMembershipIdRequest

Class in AWS.IdentityStore

GetGroupMembershipId request class.

Ancestors

Properties

GroupId

property GroupId: string

IdentityStoreId

property IdentityStoreId: string

MemberId

property MemberId: IIdentityStoreMemberId

Type: IIdentityStoreMemberId

Constructors

Create

constructor Create(const AIdentityStoreId: string; const AMemberId: IIdentityStoreMemberId; const AGroupId: string);

IIdentityStoreMemberId

Constructor for TIdentityStoreGetGroupMembershipIdRequest.

Parameters

NameDescription
AIdentityStoreIdThe identifier of the identity store containing the group membership.
AMemberIdA structured identifier representing the user to resolve within the group. Typically created using.
AGroupIdThe unique identifier of the group that the user is a member of.