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, Password, PasswordResetRequired = NULL)
UserName |
[required] The name of the IAM user to create a password for. The user must already exist. 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 |
[required] The new password for the user. 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.