TIdentityStoreUpdateGroupRequest
Class in AWS.IdentityStore
UpdateGroup request class.
Ancestors
Properties
GroupId
property GroupId: string
IdentityStoreId
property IdentityStoreId: string
Operations
property Operations: TList<IIdentityStoreAttributeOperation>
Type: IIdentityStoreAttributeOperation
Constructors
Create
constructor Create(const AIdentityStoreId, AGroupId: string; const AOperations: TArray<TArray<string>>);
Parameters
| Name | Description |
|---|---|
AIdentityStoreId | Specify the identifier of the identity store containing the group. |
AGroupId | Specify the unique identifier of the group to update. |
AOperations | Specify a list of attribute update operations, where each item is a tuple containing the attribute path and the new value. |