UpdateAccountPasswordPolicyRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Allows all IAM users in your account to use the Amazon Web Services Management Console to change their own passwords. For more information, see Permitting IAM users to change their own passwords in the IAM User Guide.

Link copied to clipboard

Prevents IAM users who are accessing the account via the Amazon Web Services Management Console from setting a new console password after their password has expired. The IAM user cannot access the console until an administrator resets the password.

Link copied to clipboard

The number of days that an IAM user password is valid.

Link copied to clipboard

The minimum number of characters allowed in an IAM user password.

Link copied to clipboard

Specifies the number of previous passwords that IAM users are prevented from reusing.

Link copied to clipboard

Specifies whether IAM user passwords must contain at least one lowercase character from the ISO basic Latin alphabet (a to z).

Link copied to clipboard

Specifies whether IAM user passwords must contain at least one numeric character (0 to 9).

Link copied to clipboard

Specifies whether IAM user passwords must contain at least one of the following non-alphanumeric characters:

Link copied to clipboard

Specifies whether IAM user passwords must contain at least one uppercase character from the ISO basic Latin alphabet (A to Z).

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String