IIAMCreateLoginProfileRequest
Interface in AWS.IAM
Interface for CreateLoginProfile requests.
Ancestors
Properties
Password
property Password: string
Specify a new password.
This must be omitted if making the request with an AssumeRoot session. Otherwise, it is required.
PasswordResetRequired
property PasswordResetRequired: TOptional<Boolean>
Specify whether the user is required to set a new password at next sign-in.
UserName
property UserName: string
Specify the name of the IAM user to create a password for.
If not specified, the calling user will be assumed.