Skip to main content

TIdentityStoreDeleteGroupRequest

Class in AWS.IdentityStore

DeleteGroup request class.

Ancestors

Properties

GroupId

property GroupId: string

IdentityStoreId

property IdentityStoreId: string

Constructors

Create

constructor Create(const AIdentityStoreId, AGroupId: string);

Constructor for TIdentityStoreDeleteGroupRequest.

Parameters

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

Returns

A response object indicating the result of the deletion operation.