Skip to main content

TIdentityStoreIsMemberInGroupsRequest

Class in AWS.IdentityStore

IsMemberInGroups request class.

Ancestors

Properties

GroupIds

property GroupIds: TList<string>

IdentityStoreId

property IdentityStoreId: string

MemberId

property MemberId: IIdentityStoreMemberId

Type: IIdentityStoreMemberId

Constructors

Create

constructor Create(const AIdentityStoreId: string; const AMemberId: IIdentityStoreMemberId; const AGroupIds: TArray<string>);

IIdentityStoreMemberId

Constructor for TIdentityStoreIsMemberInGroupsRequest.

Parameters

NameDescription
AIdentityStoreIdThe identifier of the identity store in which to check group memberships.
AMemberIdA structured identifier for the user to check, typically created using.
AGroupIdsA list of group identifiers to check for membership.