UpdateAccountPasswordPolicyRequest |
UpdateAccountPasswordPolicyRequest.clone() |
|
UpdateAccountPasswordPolicyRequest |
UpdateAccountPasswordPolicyRequest.withAllowUsersToChangePassword(Boolean allowUsersToChangePassword) |
Allows all IAM users in your account to use the AWS Management Console to
change their own passwords.
|
UpdateAccountPasswordPolicyRequest |
UpdateAccountPasswordPolicyRequest.withHardExpiry(Boolean hardExpiry) |
Prevents IAM users from setting a new password after their password has
expired.
|
UpdateAccountPasswordPolicyRequest |
UpdateAccountPasswordPolicyRequest.withMaxPasswordAge(Integer maxPasswordAge) |
The number of days that an IAM user password is valid.
|
UpdateAccountPasswordPolicyRequest |
UpdateAccountPasswordPolicyRequest.withMinimumPasswordLength(Integer minimumPasswordLength) |
The minimum number of characters allowed in an IAM user password.
|
UpdateAccountPasswordPolicyRequest |
UpdateAccountPasswordPolicyRequest.withPasswordReusePrevention(Integer passwordReusePrevention) |
Specifies the number of previous passwords that IAM users are prevented
from reusing.
|
UpdateAccountPasswordPolicyRequest |
UpdateAccountPasswordPolicyRequest.withRequireLowercaseCharacters(Boolean requireLowercaseCharacters) |
Specifies whether IAM user passwords must contain at least one lowercase
character from the ISO basic Latin alphabet (a to z).
|
UpdateAccountPasswordPolicyRequest |
UpdateAccountPasswordPolicyRequest.withRequireNumbers(Boolean requireNumbers) |
Specifies whether IAM user passwords must contain at least one numeric
character (0 to 9).
|
UpdateAccountPasswordPolicyRequest |
UpdateAccountPasswordPolicyRequest.withRequireSymbols(Boolean requireSymbols) |
Specifies whether IAM user passwords must contain at least one of the
following non-alphanumeric characters:
|
UpdateAccountPasswordPolicyRequest |
UpdateAccountPasswordPolicyRequest.withRequireUppercaseCharacters(Boolean requireUppercaseCharacters) |
Specifies whether IAM user passwords must contain at least one uppercase
character from the ISO basic Latin alphabet (A to Z).
|