Skip to main content

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

NameDescription
AUserNameSpecify the name of the IAM user to change password for.
APasswordSpecify a new password for the specified IAM user.