TIAMUpdateLoginProfileRequest
Class in AWS.IAM
UpdateLoginProfile request class.
Ancestors
Properties
Password
property Password: string
PasswordResetRequired
property PasswordResetRequired: TOptional<Boolean>
UserName
property UserName: string
Constructors
Create
constructor Create(const AUserName: string; const APassword: string = '');
Constructor for TIAMUpdateLoginProfileRequest.
Parameters
| Name | Description |
|---|---|
AUserName | Specify the name of the IAM user to change password for. |
APassword | Specify a new password for the specified IAM user. |