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
| Name | Description |
|---|---|
AIdentityStoreId | The identifier of the identity store containing the user. |
AUserId | Specify the unique identifier of the user whose attributes will be updated. |
AOperations | A list of attribute updates, where each entry is a tuple of attribute path and new value (as strings). |