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
| Name | Description |
|---|---|
AIdentityStoreId | Specify the identifier of the identity store containing the group. |
AGroupId | Specify the unique identifier of the group to delete. |
Returns
A response object indicating the result of the deletion operation.