class PaloAlto::XML::Config::Panorama::AuthenticationProfile::Entry::Method::Kerberos__4

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 3139
def _section
        :'kerberos__4'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 3136
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 3167
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 3171
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 3159
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 3163
def server_profile=(val)
        prop_set('server-profile', val)
end