Skip to main content

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

NameDescription
AIdentityStoreIdSpecify the identifier of the identity store containing the group membership.
AMembershipIdSpecify the unique identifier of the group membership to delete.