View source: R/iam_operations.R
iam_create_login_profile | R Documentation |
Creates a password for the specified IAM user. A password allows an IAM user to access Amazon Web Services services through the Amazon Web Services Management Console.
See https://www.paws-r-sdk.com/docs/iam_create_login_profile/ for full documentation.
iam_create_login_profile(
UserName = NULL,
Password = NULL,
PasswordResetRequired = NULL
)
UserName |
The name of the IAM user to create a password for. The user must already exist. This parameter is optional. If no user name is included, it defaults to the principal making the request. When you make this request with root user credentials, you must use an AssumeRoot session to omit the user name. This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@- |
Password |
The new password for the user. This parameter must be omitted when you make the request with an AssumeRoot session. It is required in all other cases. The regex pattern that is used to
validate this parameter is a string of characters. That string can
include almost any printable ASCII character from the space ( |
PasswordResetRequired |
Specifies whether the user is required to set a new password on next sign-in. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.