TIdentityStoreDescribeGroupMembershipRequest
Class in AWS.IdentityStore
DescribeGroupMembership request class.
Ancestors
Properties
IdentityStoreId
property IdentityStoreId: string
MembershipId
property MembershipId: string
Constructors
Create
constructor Create(const AIdentityStoreId, AMembershipId: string);
Constructor for TIdentityStoreDescribeGroupMembershipRequest.
Parameters
| Name | Description |
|---|---|
AIdentityStoreId | The identifier of the identity store containing the group membership. |
AMembershipId | The unique identifier of the group membership to describe. |