IIAMUpdateAccountPasswordPolicyRequest
Interface in AWS.IAM
Interface for UpdateAccountPasswordPolicy requests.
Ancestors
Properties
AllowUsersToChangePassword
property AllowUsersToChangePassword: TOptional<Boolean>
Allows all IAM users in your account to use the AWS Management Console to change there own passwords.
HardExpiry
property HardExpiry: TOptional<Boolean>
Prevents IAM users who are accessing the account via the AWS Management Console from setting a new console password after their password has expired.
MaxPasswordAge
property MaxPasswordAge: TOptional<Integer>
The number of days that an IAM user password is valid.
Valid range: 1 - 1095.
MinimumPasswordLength
property MinimumPasswordLength: TOptional<Integer>
The minimum number of characters allowed in an IAM user password.
Valid range: 6 - 128.
PasswordReusePrevention
property PasswordReusePrevention: TOptional<Integer>
The number of previous passwords that IAM users are prevented from reusing.
Valid range: 1 - 24.
RequireLowercaseCharacters
property RequireLowercaseCharacters: TOptional<Boolean>
Specify whether IAM user passwords must containt at least one lowercase character.
RequireNumbers
property RequireNumbers: TOptional<Boolean>
Specify whether IAM user passwords must containt at least one numeric character (0 to 9).
RequireSymbols
property RequireSymbols: TOptional<Boolean>
Specify whether IAM user passwords must containt at least one of the following non-alphanumeric characters: ! @ # $ % ^ & * ( ) _ + - = [ ] { } | '.
RequireUppercaseCharacters
property RequireUppercaseCharacters: TOptional<Boolean>
Specify whether IAM user passwords must containt at least one uppercase character.