Update Account Password Policy
GET {{baseUrl}}/?Action=UpdateAccountPasswordPolicy&AllowUsersToChangePassword=&HardExpiry=&MaxPasswordAge=&MinimumPasswordLength=&PasswordReusePrevention=&RequireLowercaseCharacters=&RequireNumbers=&RequireSymbols=&RequireUppercaseCharacters=&Version=2010-05-08
This request allows you to update your AWS account's password policy.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
Action | string | ||
AllowUsersToChangePassword | null | Allows all IAM users in your account to use the AWS Management Console to change their own passwords. For more information, see Letting IAM Users Change Their Own Passwords in the IAM User Guide. | |
HardExpiry | null | 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. | |
MaxPasswordAge | null | The number of days that an IAM user password is valid. | |
MinimumPasswordLength | null | The minimum number of characters allowed in an IAM user password. | |
PasswordReusePrevention | null | Specifies the number of previous passwords that IAM users are prevented from reusing. | |
RequireLowercaseCharacters | null | Specifies whether IAM user passwords must contain at least one lowercase character from the ISO basic Latin alphabet (a to z). | |
RequireNumbers | null | Specifies whether IAM user passwords must contain at least one numeric character (0 to 9). | |
RequireSymbols | null | Specifies whether IAM user passwords must contain at least one of the following non-alphanumeric characters: | |
RequireUppercaseCharacters | null | Specifies whether IAM user passwords must contain at least one uppercase character from the ISO basic Latin alphabet (A to Z). | |
Version | string | The version of the API. |