iam_create_login_profile: Creates a password for the specified IAM user

View source: R/iam_operations.R

iam_create_login_profileR Documentation

Creates a password for the specified IAM user

Description

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.

Usage

iam_create_login_profile(UserName, Password, PasswordResetRequired = NULL)

Arguments

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 (U+0020) through the end of the ASCII character range (⁠U+00FF⁠). You can also include the tab (U+0009), line feed (⁠U+000A⁠), and carriage return (⁠U+000D⁠) characters. Any of these characters are valid in a password. However, many tools, such as the Amazon Web Services Management Console, might restrict the ability to type certain characters because they have special meaning within that tool.

PasswordResetRequired

Specifies whether the user is required to set a new password on next sign-in.


paws.security.identity documentation built on Sept. 12, 2023, 1:10 a.m.