TIAMChangePasswordRequest
Class in AWS.IAM
ChangePassword request class.
Ancestors
Properties
NewPassword
property NewPassword: string
OldPassword
property OldPassword: string
Constructors
Create
constructor Create(const AOldPassword, ANewPassword: string);
Constructor for TIAMChangePasswordRequest.
Parameters
| Name | Description |
|---|---|
AOldPassword | Provide the IAM user's current password. |
ANewPassword | Specify a new password for the IAM user. |