Class: Aws::IAM::Types::PasswordPolicy

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iam/types.rb

Overview

Contains information about the account password policy.

This data type is used as a response element in the GetAccountPasswordPolicy operation.

Instance Attribute Summary collapse

Instance Attribute Details

#allow_users_to_change_passwordBoolean

Specifies whether IAM users are allowed to change their own password.

Returns:

  • (Boolean)


6232
6233
6234
6235
6236
6237
6238
6239
6240
6241
6242
6243
6244
# File 'lib/aws-sdk-iam/types.rb', line 6232

class PasswordPolicy < Struct.new(
  :minimum_password_length,
  :require_symbols,
  :require_numbers,
  :require_uppercase_characters,
  :require_lowercase_characters,
  :allow_users_to_change_password,
  :expire_passwords,
  :max_password_age,
  :password_reuse_prevention,
  :hard_expiry)
  include Aws::Structure
end

#expire_passwordsBoolean

Indicates 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.

Returns:

  • (Boolean)


6232
6233
6234
6235
6236
6237
6238
6239
6240
6241
6242
6243
6244
# File 'lib/aws-sdk-iam/types.rb', line 6232

class PasswordPolicy < Struct.new(
  :minimum_password_length,
  :require_symbols,
  :require_numbers,
  :require_uppercase_characters,
  :require_lowercase_characters,
  :allow_users_to_change_password,
  :expire_passwords,
  :max_password_age,
  :password_reuse_prevention,
  :hard_expiry)
  include Aws::Structure
end

#hard_expiryBoolean

Specifies whether IAM users are prevented from setting a new password after their password has expired.

Returns:

  • (Boolean)


6232
6233
6234
6235
6236
6237
6238
6239
6240
6241
6242
6243
6244
# File 'lib/aws-sdk-iam/types.rb', line 6232

class PasswordPolicy < Struct.new(
  :minimum_password_length,
  :require_symbols,
  :require_numbers,
  :require_uppercase_characters,
  :require_lowercase_characters,
  :allow_users_to_change_password,
  :expire_passwords,
  :max_password_age,
  :password_reuse_prevention,
  :hard_expiry)
  include Aws::Structure
end

#max_password_ageInteger

The number of days that an IAM user password is valid.

Returns:

  • (Integer)


6232
6233
6234
6235
6236
6237
6238
6239
6240
6241
6242
6243
6244
# File 'lib/aws-sdk-iam/types.rb', line 6232

class PasswordPolicy < Struct.new(
  :minimum_password_length,
  :require_symbols,
  :require_numbers,
  :require_uppercase_characters,
  :require_lowercase_characters,
  :allow_users_to_change_password,
  :expire_passwords,
  :max_password_age,
  :password_reuse_prevention,
  :hard_expiry)
  include Aws::Structure
end

#minimum_password_lengthInteger

Minimum length to require for IAM user passwords.

Returns:

  • (Integer)


6232
6233
6234
6235
6236
6237
6238
6239
6240
6241
6242
6243
6244
# File 'lib/aws-sdk-iam/types.rb', line 6232

class PasswordPolicy < Struct.new(
  :minimum_password_length,
  :require_symbols,
  :require_numbers,
  :require_uppercase_characters,
  :require_lowercase_characters,
  :allow_users_to_change_password,
  :expire_passwords,
  :max_password_age,
  :password_reuse_prevention,
  :hard_expiry)
  include Aws::Structure
end

#password_reuse_preventionInteger

Specifies the number of previous passwords that IAM users are prevented from reusing.

Returns:

  • (Integer)


6232
6233
6234
6235
6236
6237
6238
6239
6240
6241
6242
6243
6244
# File 'lib/aws-sdk-iam/types.rb', line 6232

class PasswordPolicy < Struct.new(
  :minimum_password_length,
  :require_symbols,
  :require_numbers,
  :require_uppercase_characters,
  :require_lowercase_characters,
  :allow_users_to_change_password,
  :expire_passwords,
  :max_password_age,
  :password_reuse_prevention,
  :hard_expiry)
  include Aws::Structure
end

#require_lowercase_charactersBoolean

Specifies whether to require lowercase characters for IAM user passwords.

Returns:

  • (Boolean)


6232
6233
6234
6235
6236
6237
6238
6239
6240
6241
6242
6243
6244
# File 'lib/aws-sdk-iam/types.rb', line 6232

class PasswordPolicy < Struct.new(
  :minimum_password_length,
  :require_symbols,
  :require_numbers,
  :require_uppercase_characters,
  :require_lowercase_characters,
  :allow_users_to_change_password,
  :expire_passwords,
  :max_password_age,
  :password_reuse_prevention,
  :hard_expiry)
  include Aws::Structure
end

#require_numbersBoolean

Specifies whether to require numbers for IAM user passwords.

Returns:

  • (Boolean)


6232
6233
6234
6235
6236
6237
6238
6239
6240
6241
6242
6243
6244
# File 'lib/aws-sdk-iam/types.rb', line 6232

class PasswordPolicy < Struct.new(
  :minimum_password_length,
  :require_symbols,
  :require_numbers,
  :require_uppercase_characters,
  :require_lowercase_characters,
  :allow_users_to_change_password,
  :expire_passwords,
  :max_password_age,
  :password_reuse_prevention,
  :hard_expiry)
  include Aws::Structure
end

#require_symbolsBoolean

Specifies whether to require symbols for IAM user passwords.

Returns:

  • (Boolean)


6232
6233
6234
6235
6236
6237
6238
6239
6240
6241
6242
6243
6244
# File 'lib/aws-sdk-iam/types.rb', line 6232

class PasswordPolicy < Struct.new(
  :minimum_password_length,
  :require_symbols,
  :require_numbers,
  :require_uppercase_characters,
  :require_lowercase_characters,
  :allow_users_to_change_password,
  :expire_passwords,
  :max_password_age,
  :password_reuse_prevention,
  :hard_expiry)
  include Aws::Structure
end

#require_uppercase_charactersBoolean

Specifies whether to require uppercase characters for IAM user passwords.

Returns:

  • (Boolean)


6232
6233
6234
6235
6236
6237
6238
6239
6240
6241
6242
6243
6244
# File 'lib/aws-sdk-iam/types.rb', line 6232

class PasswordPolicy < Struct.new(
  :minimum_password_length,
  :require_symbols,
  :require_numbers,
  :require_uppercase_characters,
  :require_lowercase_characters,
  :allow_users_to_change_password,
  :expire_passwords,
  :max_password_age,
  :password_reuse_prevention,
  :hard_expiry)
  include Aws::Structure
end