class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Shared::AuthenticationProfile::Entry::Method::Kerberos__5

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 240249
def _section
        :'kerberos__5'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 240246
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 240275
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 240279
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 240267
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 240271
def server_profile=(val)
        prop_set('server-profile', val)
end