Skip to main content

TIdentityStoreUpdateUserRequest

Class in AWS.IdentityStore

UpdateUser request class.

Ancestors

Properties

IdentityStoreId

property IdentityStoreId: string

Operations

property Operations: TList<IIdentityStoreAttributeOperation>

Type: IIdentityStoreAttributeOperation

UserId

property UserId: string

Constructors

Create

constructor Create(const AIdentityStoreId, AUserId: string; const AOperations: TArray<TArray<string>>);

Constructor for TIdentityStoreUpdateUserRequest.

Parameters

NameDescription
AIdentityStoreIdThe identifier of the identity store containing the user.
AUserIdSpecify the unique identifier of the user whose attributes will be updated.
AOperationsA list of attribute updates, where each entry is a tuple of attribute path and new value (as strings).