class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::MgtConfig::PasswordComplexity
Public Instance Methods
# File lib/palo_alto/config.rb, line 238080 def _section :'password-complexity' end
Block repeated characters count
# File lib/palo_alto/config.rb, line 238332 def block_repeated_characters prop_get('block-repeated-characters') end
Block repeated characters count
# File lib/palo_alto/config.rb, line 238336 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 238268 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 238272 def block_username_inclusion=(val) prop_set('block-username-inclusion', val) end
Enable minimal password complexity enforcement
# File lib/palo_alto/config.rb, line 238260 def enabled prop_get('enabled') end
Enable minimal password complexity enforcement
# File lib/palo_alto/config.rb, line 238264 def enabled=(val) prop_set('enabled', val) end
# File lib/palo_alto/config.rb, line 238077 def has_multiple_values? false end
Minimum password length
# File lib/palo_alto/config.rb, line 238284 def minimum_length__5 prop_get('minimum-length__5') end
Minimum password length
# File lib/palo_alto/config.rb, line 238288 def minimum_length__5=(val) prop_set('minimum-length__5', val) end
Minimum password length
# File lib/palo_alto/config.rb, line 238292 def minimum_length__6 prop_get('minimum-length__6') end
Minimum password length
# File lib/palo_alto/config.rb, line 238296 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 238308 def minimum_lowercase_letters prop_get('minimum-lowercase-letters') end
Minimum lowercase letters in the password
# File lib/palo_alto/config.rb, line 238312 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 238316 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 238320 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 238324 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 238328 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 238300 def minimum_uppercase_letters prop_get('minimum-uppercase-letters') end
Minimum uppercase letters in the password
# File lib/palo_alto/config.rb, line 238304 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 238348 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 238352 def new_password_differs_by_characters=(val) prop_set('new-password-differs-by-characters', val) end
# File lib/palo_alto/config.rb, line 238155 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 238276 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 238280 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 238356 def password_change_period_block prop_get('password-change-period-block') end
Password change block period
# File lib/palo_alto/config.rb, line 238360 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 238340 def password_history_count prop_get('password-history-count') end
Save password history for password changes
# File lib/palo_alto/config.rb, line 238344 def password_history_count=(val) prop_set('password-history-count', val) end