class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Vsys::Entry::AuthenticationProfile::Entry::Method::Kerberos__5
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 325662 def _section :'kerberos__5' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 325659 def has_multiple_values? false end
realm()
click to toggle source
Realm name to be used for authentication
# File lib/palo_alto/config.rb, line 325690 def realm prop_get('realm') end
realm=(val)
click to toggle source
Realm name to be used for authentication
# File lib/palo_alto/config.rb, line 325694 def realm=(val) prop_set('realm', val) end
server_profile()
click to toggle source
Kerberos server profile object
# File lib/palo_alto/config.rb, line 325682 def server_profile prop_get('server-profile') end
server_profile=(val)
click to toggle source
Kerberos server profile object
# File lib/palo_alto/config.rb, line 325686 def server_profile=(val) prop_set('server-profile', val) end