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