ICognitoIdentityProviderAdminSetUserPasswordRequest
Interface in AWS.CognitoIdentityProvider
Interface for AdminSetUserPassword requests.
Ancestors
Properties
Password
property Password: string
Specify the password for the user.
Permanent
property Permanent: TOptional<Boolean>
Specify whether the password for the user is permanent (True) or temporary (False).
Username
property Username: string
Specify the Username of the user.
UserPoolId
property UserPoolId: string
Specify the ID of the user pool.