You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::IAM::AccountPasswordPolicy Instance Attribute Summary collapseSpecifies whether IAM users are allowed to change their own password.
Indicates whether passwords in the account expire.
Specifies whether IAM users are prevented from setting a new password after their password has expired.
The number of days that an IAM user password is valid.
Minimum length to require for IAM user passwords.
Specifies the number of previous passwords that IAM users are prevented from reusing.
Specifies whether to require lowercase characters for IAM user passwords.
Specifies whether to require numbers for IAM user passwords.
Specifies whether to require symbols for IAM user passwords.
Specifies whether to require uppercase characters for IAM user passwords.
Deletes the password policy for the AWS account.
Updates the password policy settings for the AWS account.
This operation does not support partial updates.
add_data_attribute, add_identifier, #data, data_attributes, #data_loaded?, identifiers, #load, #wait_until
Methods included from Resources::OperationMethods#add_batch_operation, #add_operation, #batch_operation, #batch_operation_names, #batch_operations, #operation, #operation_names, #operations
Constructor Details #initialize(options = {}) ⇒ Object #initialize(options = {}) ⇒ Object Instance Attribute Details #allow_users_to_change_password ⇒ BooleanSpecifies whether IAM users are allowed to change their own password.
#expire_passwords ⇒ BooleanIndicates whether passwords in the account expire. Returns true if MaxPasswordAge
contains a value greater than 0. Returns false if MaxPasswordAge is 0 or not present.
Specifies whether IAM users are prevented from setting a new password after their password has expired.
#max_password_age ⇒ IntegerThe number of days that an IAM user password is valid.
#minimum_password_length ⇒ IntegerMinimum length to require for IAM user passwords.
#password_reuse_prevention ⇒ IntegerSpecifies the number of previous passwords that IAM users are prevented from reusing.
#require_lowercase_characters ⇒ BooleanSpecifies whether to require lowercase characters for IAM user passwords.
#require_numbers ⇒ BooleanSpecifies whether to require numbers for IAM user passwords.
#require_symbols ⇒ BooleanSpecifies whether to require symbols for IAM user passwords.
#require_uppercase_characters ⇒ BooleanSpecifies whether to require uppercase characters for IAM user passwords.
Instance Method Details #delete ⇒ StructDeletes the password policy for the AWS account. There are no parameters.
#update(options = {}) ⇒ StructUpdates the password policy settings for the AWS account.
This operation does not support partial updates. No parameters are required, but if you do not specify a parameter, that parameter's value reverts to its default value. See the Request Parameters section for each parameter's default value. Also note that some parameters do not allow the default parameter to be explicitly set. Instead, to invoke the default value, do not include that parameter when you invoke the operation.
For more information about using a password policy, see Managing an IAM Password Policy in the IAM User Guide.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4