class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::MgtConfig::PasswordComplexity
Public Instance Methods
# File lib/palo_alto/config.rb, line 131594 def _section :'password-complexity' end
Block repeated characters count
# File lib/palo_alto/config.rb, line 131846 def block_repeated_characters prop_get('block-repeated-characters') end
Block repeated characters count
# File lib/palo_alto/config.rb, line 131850 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 131782 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 131786 def block_username_inclusion=(val) prop_set('block-username-inclusion', val) end
Enable minimal password complexity enforcement
# File lib/palo_alto/config.rb, line 131774 def enabled prop_get('enabled') end
Enable minimal password complexity enforcement
# File lib/palo_alto/config.rb, line 131778 def enabled=(val) prop_set('enabled', val) end
# File lib/palo_alto/config.rb, line 131591 def has_multiple_values? false end
Minimum password length
# File lib/palo_alto/config.rb, line 131798 def minimum_length__5 prop_get('minimum-length__5') end
Minimum password length
# File lib/palo_alto/config.rb, line 131802 def minimum_length__5=(val) prop_set('minimum-length__5', val) end
Minimum password length
# File lib/palo_alto/config.rb, line 131806 def minimum_length__6 prop_get('minimum-length__6') end
Minimum password length
# File lib/palo_alto/config.rb, line 131810 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 131822 def minimum_lowercase_letters prop_get('minimum-lowercase-letters') end
Minimum lowercase letters in the password
# File lib/palo_alto/config.rb, line 131826 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 131830 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 131834 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 131838 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 131842 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 131814 def minimum_uppercase_letters prop_get('minimum-uppercase-letters') end
Minimum uppercase letters in the password
# File lib/palo_alto/config.rb, line 131818 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 131862 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 131866 def new_password_differs_by_characters=(val) prop_set('new-password-differs-by-characters', val) end
# File lib/palo_alto/config.rb, line 131669 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 131790 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 131794 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 131870 def password_change_period_block prop_get('password-change-period-block') end
Password change block period
# File lib/palo_alto/config.rb, line 131874 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 131854 def password_history_count prop_get('password-history-count') end
Save password history for password changes
# File lib/palo_alto/config.rb, line 131858 def password_history_count=(val) prop_set('password-history-count', val) end