class PaloAlto::XML::Config::Devices::Entry::LogCollector::Entry::AuthenticationSetting::Api::Key
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 344399 def _section :'key' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 344396 def has_multiple_values? false end
lifetime()
click to toggle source
api key lifetime in minutes
# File lib/palo_alto/config.rb, line 344411 def lifetime prop_get('lifetime') end
lifetime=(val)
click to toggle source
api key lifetime in minutes
# File lib/palo_alto/config.rb, line 344415 def lifetime=(val) prop_set('lifetime', val) end