UserLoginProfile

data class UserLoginProfile(val password: String, val passwordResetRequired: Boolean? = null)

Creates a password for the specified user, giving the user the ability to access AWS services through the console. For more information about managing passwords, see Managing Passwords in the User Guide.

Constructors

Link copied to clipboard
constructor(password: String, passwordResetRequired: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The user's password.

Link copied to clipboard

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