TIdentityStoreListGroupMembershipsForMemberRequest
Class in AWS.IdentityStore
ListGroupMembershipsForMember request class.
Ancestors
Properties
IdentityStoreId
property IdentityStoreId: string
MaxResults
property MaxResults: TOptional<Integer>
MemberId
property MemberId: IIdentityStoreMemberId
Type: IIdentityStoreMemberId
NextToken
property NextToken: string
Constructors
Create
constructor Create(const AIdentityStoreId: string; const AMemberId: IIdentityStoreMemberId);
Constructor for TIdentityStoreListGroupMembershipsForMemberRequest.
Parameters
| Name | Description |
|---|---|
AIdentityStoreId | The identifier of the identity store to query. |
AMemberId | A structured identifier for the user, typically created using. |