class PaloAlto::XML::Config::Panorama::AuthenticationProfile::Entry::Method::Radius
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 3036 def _section :'radius' end
checkgroup()
click to toggle source
Retrieve user group from RADIUS
# File lib/palo_alto/config.rb, line 3064 def checkgroup prop_get('checkgroup') end
checkgroup=(val)
click to toggle source
Retrieve user group from RADIUS
# File lib/palo_alto/config.rb, line 3068 def checkgroup=(val) prop_set('checkgroup', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 3033 def has_multiple_values? false end
server_profile()
click to toggle source
RADIUS server profile object
# File lib/palo_alto/config.rb, line 3056 def server_profile prop_get('server-profile') end
server_profile=(val)
click to toggle source
RADIUS server profile object
# File lib/palo_alto/config.rb, line 3060 def server_profile=(val) prop_set('server-profile', val) end