class PaloAlto::XML::Config::Devices::Entry::Deviceconfig::Setting::Management::AdminLockout
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 86388 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 86408 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 86412 def failed_attempts=(val) prop_set('failed-attempts', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 86385 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 86416 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 86420 def lockout_time=(val) prop_set('lockout-time', val) end