Skip to main content

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

NameDescription
AIdentityStoreIdSpecify the identifier of the identity store containing the group.
AGroupIdSpecify the unique identifier of the group to update.
AOperationsSpecify a list of attribute update operations, where each item is a tuple containing the attribute path and the new value.