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>);
Constructor for TIdentityStoreIsMemberInGroupsRequest.
Parameters
| Name | Description |
|---|---|
AIdentityStoreId | The identifier of the identity store in which to check group memberships. |
AMemberId | A structured identifier for the user to check, typically created using. |
AGroupIds | A list of group identifiers to check for membership. |