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
| Name | Description |
|---|---|
AUserPoolId | Specify the ID of the user pool. |
AUsername | Specify the Username of the user. |
APassword | Specify the password for the user. |