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);
Constructor for TIdentityStoreGetGroupMembershipIdRequest.
Parameters
| Name | Description |
|---|---|
AIdentityStoreId | The identifier of the identity store containing the group membership. |
AMemberId | A structured identifier representing the user to resolve within the group. Typically created using. |
AGroupId | The unique identifier of the group that the user is a member of. |