class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Deviceconfig::Setting::Management::Api::Key
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 165842 def _section :'key' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 165839 def has_multiple_values? false end
lifetime()
click to toggle source
api key lifetime in minutes
# File lib/palo_alto/config.rb, line 165854 def lifetime prop_get('lifetime') end
lifetime=(val)
click to toggle source
api key lifetime in minutes
# File lib/palo_alto/config.rb, line 165858 def lifetime=(val) prop_set('lifetime', val) end