Skip to main content

AWSIAMAccountPasswordPolicy

No description

type AWSIAMAccountPasswordPolicy {
allowUsersToChangePassword: Boolean!
expirePasswords: Boolean!
hardExpiry: Boolean!
maximumPasswordAge: Int64!
minimumPasswordLength: Int64!
passwordReusePrevention: Int64!
requireLowercaseCharacters: Boolean!
requireNumbers: Boolean!
requireSymbols: Boolean!
requireUppercaseCharacters: Boolean!
}

Fields

AWSIAMAccountPasswordPolicy.allowUsersToChangePassword ● Boolean! non-null scalar

Indicates whether IAM users are allowed to change their own password

AWSIAMAccountPasswordPolicy.expirePasswords ● Boolean! non-null scalar

Indicates whether passwords in the account expire

AWSIAMAccountPasswordPolicy.hardExpiry ● Boolean! non-null scalar

Indicates whether IAM users are prevented from setting a new password after their password has expired

AWSIAMAccountPasswordPolicy.maximumPasswordAge ● Int64! non-null scalar

The number of days that an IAM user password is valid

AWSIAMAccountPasswordPolicy.minimumPasswordLength ● Int64! non-null scalar

The minimum length to require for IAM user passwords

AWSIAMAccountPasswordPolicy.passwordReusePrevention ● Int64! non-null scalar

The number of previous passwords that IAM users are prevented from reusing

AWSIAMAccountPasswordPolicy.requireLowercaseCharacters ● Boolean! non-null scalar

Indicates whether IAM user passwords must contain at least one lowercase character (a to z)

AWSIAMAccountPasswordPolicy.requireNumbers ● Boolean! non-null scalar

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

AWSIAMAccountPasswordPolicy.requireSymbols ● Boolean! non-null scalar

Indicates whether IAM user passwords must contain at least one of the following symbols: ! @ # $ % ^ & * ( ) _ + - = [ ] { } | '

AWSIAMAccountPasswordPolicy.requireUppercaseCharacters ● Boolean! non-null scalar

Indicates whether IAM user passwords must contain at least one uppercase character (A to Z)

Member of

AWSIAM object