class PaloAlto::XML::Config::Devices::Entry::WildfireApplianceCluster::Entry::Deviceconfig::Setting::Management::AdminLockout
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 363996 def _section :'admin-lockout' end
failed_attempts()
click to toggle source
Number of failed login attempts to trigger lock-out
# File lib/palo_alto/config.rb, line 364016 def failed_attempts prop_get('failed-attempts') end
failed_attempts=(val)
click to toggle source
Number of failed login attempts to trigger lock-out
# File lib/palo_alto/config.rb, line 364020 def failed_attempts=(val) prop_set('failed-attempts', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 363993 def has_multiple_values? false end
lockout_time()
click to toggle source
Number of minutes to lock-out
# File lib/palo_alto/config.rb, line 364024 def lockout_time prop_get('lockout-time') end
lockout_time=(val)
click to toggle source
Number of minutes to lock-out
# File lib/palo_alto/config.rb, line 364028 def lockout_time=(val) prop_set('lockout-time', val) end