TCognitoIdentityProviderAdminResetUserPasswordRequest
Class in AWS.CognitoIdentityProvider
AdminResetUserPassword request class.
Ancestors
Properties
ClientMetadata
property ClientMetadata: TDictionary<string, string>
Username
property Username: string
UserPoolId
property UserPoolId: string
Constructors
Create
constructor Create(const AUserPoolId, AUsername: string);
Constructor for TCognitoIdentityProviderAdminResetUserPasswordRequest.
Parameters
| Name | Description |
|---|---|
AUserPoolId | Specify the ID of the user pool. |
AUsername | Specify the Username of the user. |