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
| Name | Description |
|---|---|
AUserName | Specify the name of the IAM user to create a password for. If not specified, the calling user will be assumed. |
APassword | Specify a new password. This must be omitted if making the request with an AssumeRoot session. Otherwise, it is required. |