TIdentityStoreDescribeGroupRequest
Class in AWS.IdentityStore
DescribeGroup request class.
Ancestors
Properties
GroupId
property GroupId: string
IdentityStoreId
property IdentityStoreId: string
Constructors
Create
constructor Create(const AIdentityStoreId, AGroupId: string);
Constructor for TIdentityStoreDescribeGroupRequest.
Parameters
| Name | Description |
|---|---|
AIdentityStoreId | Specify the identifier of the identity store that contains the group. |
AGroupId | Specify the unique identifier of the group to describe. |