Options
All
  • Public
  • Public/Protected
  • All
English
  • English
  • Français
Menu
Warning
The configuration file schema documentation is a work in progress. Please use this draft document with caution. The deeper you browse into the hierarchy, the less accurate the definitions are likely to be.

This group of settings enables setting the AWS IAM password policies for all accounts in the organization.

Hierarchy

  • IAMPasswordPolicy

Index

Properties

allow-users-to-change-password

allow-users-to-change-password: boolean
Title: Allow Users To Change Password
Description: You can permit all IAM users in your account to use the IAM console to change their own passwords

hard-expiry

hard-expiry: boolean
Title: Hard Expiry
Description: Prevents IAM users from setting a new password after their password has expired. The IAM user cannot be accessed until an administrator resets the password

max-password-age

max-password-age: number
Title: Max Password Age
Description: The number of days that an IAM user password is valid

minimum-password-length

minimum-password-length: number
Title: Minimum Password Length
Description: You can specify a minimum of 6 characters and a maximum of 128 characters.

password-reuse-prevention

password-reuse-prevention: number
Title: Password Reuse Prevention
Description: You can prevent IAM users from reusing a specified number of previous passwords. You can specify a minimum number of 1 and a maximum number of 24 previous passwords that can't be repeated.

require-lowercase-characters

require-lowercase-characters: boolean
Title: Require Lowercase Characters
Description: Require at least one lowercase letter from Latin alphabet (a–z)

require-numbers

require-numbers: boolean
Title: Require Numbers
Description: Require at least one number

require-symbols

require-symbols: boolean
Title: Require Symbols
Description: Require at least one nonalphanumeric character ! @ # $ % ^ & * ( ) _ + - = [ ] { } |

require-uppercase-characters

require-uppercase-characters: boolean
Title: Require Uppercase Characters
Description: Require at least one uppercase letter from Latin alphabet (A–Z)