class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Vsys::Entry::CaptivePortal
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 336139 def _section :'captive-portal' end
authentication_profile()
click to toggle source
Authentication profile to use for authentication.
# File lib/palo_alto/config.rb, line 336357 def authentication_profile prop_get('authentication-profile') end
authentication_profile=(val)
click to toggle source
Authentication profile to use for authentication.
# File lib/palo_alto/config.rb, line 336361 def authentication_profile=(val) prop_set('authentication-profile', val) end
certificate_profile()
click to toggle source
Profile for authenticating client certificates
# File lib/palo_alto/config.rb, line 336365 def certificate_profile prop_get('certificate-profile') end
certificate_profile=(val)
click to toggle source
Profile for authenticating client certificates
# File lib/palo_alto/config.rb, line 336369 def certificate_profile=(val) prop_set('certificate-profile', val) end
enable_captive_portal()
click to toggle source
# File lib/palo_alto/config.rb, line 336310 def enable_captive_portal prop_get('enable-captive-portal') end
enable_captive_portal=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 336313 def enable_captive_portal=(val) prop_set('enable-captive-portal', val) end
gp_udp_port()
click to toggle source
MFA notification port on GP client
# File lib/palo_alto/config.rb, line 336349 def gp_udp_port prop_get('gp-udp-port') end
gp_udp_port=(val)
click to toggle source
MFA notification port on GP client
# File lib/palo_alto/config.rb, line 336353 def gp_udp_port=(val) prop_set('gp-udp-port', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 336136 def has_multiple_values? false end
idle_timer()
click to toggle source
idle timer (minutes)
# File lib/palo_alto/config.rb, line 336317 def idle_timer prop_get('idle-timer') end
idle_timer=(val)
click to toggle source
idle timer (minutes)
# File lib/palo_alto/config.rb, line 336321 def idle_timer=(val) prop_set('idle-timer', val) end
mode()
click to toggle source
# File lib/palo_alto/config.rb, line 336227 def mode if @create_children @subclasses['mode'] ||= Mode.new(parent_instance: self, create_children: @create_children) else Mode.new(parent_instance: self) end end
redirect_host()
click to toggle source
ip or host name for redirect for captive portal
# File lib/palo_alto/config.rb, line 336333 def redirect_host prop_get('redirect-host') end
redirect_host=(val)
click to toggle source
ip or host name for redirect for captive portal
# File lib/palo_alto/config.rb, line 336337 def redirect_host=(val) prop_set('redirect-host', val) end
ssl_tls_service_profile()
click to toggle source
SSL TLS service profile
# File lib/palo_alto/config.rb, line 336341 def ssl_tls_service_profile prop_get('ssl-tls-service-profile') end
ssl_tls_service_profile=(val)
click to toggle source
SSL TLS service profile
# File lib/palo_alto/config.rb, line 336345 def ssl_tls_service_profile=(val) prop_set('ssl-tls-service-profile', val) end
timer()
click to toggle source
expiration timer (minutes)
# File lib/palo_alto/config.rb, line 336325 def timer prop_get('timer') end
timer=(val)
click to toggle source
expiration timer (minutes)
# File lib/palo_alto/config.rb, line 336329 def timer=(val) prop_set('timer', val) end