AWS.IAM.UpdateAccountPasswordPolicy
Remediation that sets an account's password policy.
Name | Description |
| The AWS Account Id |
Name | Description |
| The minimum number of characters allowed in an IAM user password |
| Boolean that specifies whether IAM user passwords must contain at least one of the following non-alphanumeric characters:
|
| Boolean that specifies whether IAM user passwords must contain at least one numeric character (0 to 9) |
| Boolean that specifies whether IAM user passwords must contain at least one uppercase character from the ISO basic Latin alphabet (A to Z) |
| Boolean that specifies whether IAM user passwords must contain at least one lowercase character from the ISO basic Latin alphabet (a to z) |
| Boolean that specifies if IAM users in the account can change their own passwords |
| The number of days that an IAM user password is valid |
| Specifies the number of previous passwords that IAM users are prevented from reusing |