class PaloAlto::XML::Config::MgtConfig::PasswordComplexity
Public Instance Methods
# File lib/palo_alto/config.rb, line 72266 def _section :'password-complexity' end
Block repeated characters count
# File lib/palo_alto/config.rb, line 72518 def block_repeated_characters prop_get('block-repeated-characters') end
Block repeated characters count
# File lib/palo_alto/config.rb, line 72522 def block_repeated_characters=(val) prop_set('block-repeated-characters', val) end
Block inclusion of username and it's reverse
# File lib/palo_alto/config.rb, line 72454 def block_username_inclusion prop_get('block-username-inclusion') end
Block inclusion of username and it's reverse
# File lib/palo_alto/config.rb, line 72458 def block_username_inclusion=(val) prop_set('block-username-inclusion', val) end
Enable minimal password complexity enforcement
# File lib/palo_alto/config.rb, line 72446 def enabled prop_get('enabled') end
Enable minimal password complexity enforcement
# File lib/palo_alto/config.rb, line 72450 def enabled=(val) prop_set('enabled', val) end
# File lib/palo_alto/config.rb, line 72263 def has_multiple_values? false end
Minimum password length
# File lib/palo_alto/config.rb, line 72470 def minimum_length__5 prop_get('minimum-length__5') end
Minimum password length
# File lib/palo_alto/config.rb, line 72474 def minimum_length__5=(val) prop_set('minimum-length__5', val) end
Minimum password length
# File lib/palo_alto/config.rb, line 72478 def minimum_length__6 prop_get('minimum-length__6') end
Minimum password length
# File lib/palo_alto/config.rb, line 72482 def minimum_length__6=(val) prop_set('minimum-length__6', val) end
Minimum lowercase letters in the password
# File lib/palo_alto/config.rb, line 72494 def minimum_lowercase_letters prop_get('minimum-lowercase-letters') end
Minimum lowercase letters in the password
# File lib/palo_alto/config.rb, line 72498 def minimum_lowercase_letters=(val) prop_set('minimum-lowercase-letters', val) end
Minimum numeric(0-9) letters in the password
# File lib/palo_alto/config.rb, line 72502 def minimum_numeric_letters prop_get('minimum-numeric-letters') end
Minimum numeric(0-9) letters in the password
# File lib/palo_alto/config.rb, line 72506 def minimum_numeric_letters=(val) prop_set('minimum-numeric-letters', val) end
Minimum special characters(non-alphanumeric) in the password
# File lib/palo_alto/config.rb, line 72510 def minimum_special_characters prop_get('minimum-special-characters') end
Minimum special characters(non-alphanumeric) in the password
# File lib/palo_alto/config.rb, line 72514 def minimum_special_characters=(val) prop_set('minimum-special-characters', val) end
Minimum uppercase letters in the password
# File lib/palo_alto/config.rb, line 72486 def minimum_uppercase_letters prop_get('minimum-uppercase-letters') end
Minimum uppercase letters in the password
# File lib/palo_alto/config.rb, line 72490 def minimum_uppercase_letters=(val) prop_set('minimum-uppercase-letters', val) end
New Password must differ by the count chars
# File lib/palo_alto/config.rb, line 72534 def new_password_differs_by_characters prop_get('new-password-differs-by-characters') end
New Password must differ by the count chars
# File lib/palo_alto/config.rb, line 72538 def new_password_differs_by_characters=(val) prop_set('new-password-differs-by-characters', val) end
# File lib/palo_alto/config.rb, line 72341 def password_change @subclasses['password-change'] ||= PasswordChange.new(parent_instance: self, create_children: @create_children) end
Password must change on first time login
# File lib/palo_alto/config.rb, line 72462 def password_change_on_first_login prop_get('password-change-on-first-login') end
Password must change on first time login
# File lib/palo_alto/config.rb, line 72466 def password_change_on_first_login=(val) prop_set('password-change-on-first-login', val) end
Password change block period
# File lib/palo_alto/config.rb, line 72542 def password_change_period_block prop_get('password-change-period-block') end
Password change block period
# File lib/palo_alto/config.rb, line 72546 def password_change_period_block=(val) prop_set('password-change-period-block', val) end
Save password history for password changes
# File lib/palo_alto/config.rb, line 72526 def password_history_count prop_get('password-history-count') end
Save password history for password changes
# File lib/palo_alto/config.rb, line 72530 def password_history_count=(val) prop_set('password-history-count', val) end