class PaloAlto::XML::Config::Devices::Entry::WildfireAppliance::Entry::Deviceconfig::Setting::Management::AdminLockout

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 370355
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 370375
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 370379
def failed_attempts=(val)
        prop_set('failed-attempts', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 370352
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 370383
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 370387
def lockout_time=(val)
        prop_set('lockout-time', val)
end