class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Vsys::Entry::CaptivePortal
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 229534 def _section :'captive-portal' end
authentication_profile()
click to toggle source
Authentication profile to use for authentication.
# File lib/palo_alto/config.rb, line 229752 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 229756 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 229760 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 229764 def certificate_profile=(val) prop_set('certificate-profile', val) end
enable_captive_portal()
click to toggle source
# File lib/palo_alto/config.rb, line 229705 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 229708 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 229744 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 229748 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 229531 def has_multiple_values? false end
idle_timer()
click to toggle source
idle timer (minutes)
# File lib/palo_alto/config.rb, line 229712 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 229716 def idle_timer=(val) prop_set('idle-timer', val) end
mode()
click to toggle source
# File lib/palo_alto/config.rb, line 229622 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 229728 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 229732 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 229736 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 229740 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 229720 def timer prop_get('timer') end
timer=(val)
click to toggle source
expiration timer (minutes)
# File lib/palo_alto/config.rb, line 229724 def timer=(val) prop_set('timer', val) end