Skip to main content

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);

IIdentityStoreMemberId

Constructor for TIdentityStoreCreateGroupMembershipRequest.

Parameters

NameDescription
AIdentityStoreIdThe identifier of the AWS SSO identity store.
AGroupIdThe unique identifier of the group to add the member to.
AMemberIdAn identifier for the member to add to the group.