Skip to main content

TIAMCreateLoginProfileRequest

Class in AWS.IAM

CreateLoginProfile request class.

Ancestors

Properties

Password

property Password: string

PasswordResetRequired

property PasswordResetRequired: TOptional<Boolean>

UserName

property UserName: string

Constructors

Create

constructor Create; overload;

Constructor for TIAMCreateLoginProfileRequest.


constructor Create(const AUserName: string; const APassword: string = ''); overload;

Constructor for TIAMCreateLoginProfileRequest.

Parameters

NameDescription
AUserNameSpecify the name of the IAM user to create a password for. If not specified, the calling user will be assumed.
APasswordSpecify a new password. This must be omitted if making the request with an AssumeRoot session. Otherwise, it is required.