Skip to main content

ICognitoIdentityProviderAdminResetUserPasswordRequest

Interface in AWS.CognitoIdentityProvider

Interface for AdminResetUserPassword requests.

Ancestors

Properties

ClientMetadata

property ClientMetadata: TDictionary<string, string>

A map of custom key-value pairs that you can provide as input for any custom workflows that this action triggers.

Username

property Username: string

Specify the Username of the user.

UserPoolId

property UserPoolId: string

Specify the ID of the user pool.

Methods

AddClientMetadata

procedure AddClientMetadata(const AKey, AValue: string);

Add a key-value pair to ClientMetadata.

Parameters

NameDescription
AKeySpecify the key.
AValueSpecify the value.