TIdentityStoreCreateGroupMembershipRequest
Class in AWS.IdentityStore
CreateGroupMembership request class.
Ancestors
Properties
GroupId
property GroupId: string
IdentityStoreId
property IdentityStoreId: string
MemberId
property MemberId: IIdentityStoreMemberId
Type: IIdentityStoreMemberId
Constructors
Create
constructor Create(const AIdentityStoreId, AGroupId: string; const AMemberId: IIdentityStoreMemberId);
Constructor for TIdentityStoreCreateGroupMembershipRequest.
Parameters
| Name | Description |
|---|---|
AIdentityStoreId | The identifier of the AWS SSO identity store. |
AGroupId | The unique identifier of the group to add the member to. |
AMemberId | An identifier for the member to add to the group. |