Skip to main content

TCognitoIdentityProviderAdminSetUserPasswordRequest

Class in AWS.CognitoIdentityProvider

AdminSetUserPassword request class.

Ancestors

Properties

Password

property Password: string

Permanent

property Permanent: TOptional<Boolean>

Username

property Username: string

UserPoolId

property UserPoolId: string

Constructors

Create

constructor Create(const AUserPoolId, AUsername, APassword: string);

Constructor for TCognitoIdentityProviderAdminSetUserPasswordRequest.

Parameters

NameDescription
AUserPoolIdSpecify the ID of the user pool.
AUsernameSpecify the Username of the user.
APasswordSpecify the password for the user.