class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Vsys::Entry::GlobalProtect__36::GlobalProtectPortal::Entry::ClientlessVpn::AppsToUserMapping::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 232652 def _section :'entry' end
applications()
click to toggle source
# File lib/palo_alto/config.rb, line 232718 def applications if @create_children @subclasses['applications'] ||= Applications.new(parent_instance: self, create_children: @create_children) else Applications.new(parent_instance: self) end end
display_global_protect_agent_download_link()
click to toggle source
Display Global Protect Agent download link
# File lib/palo_alto/config.rb, line 232757 def display_global_protect_agent_download_link prop_get('display-global-protect-agent-download-link') end
display_global_protect_agent_download_link=(val)
click to toggle source
Display Global Protect Agent download link
# File lib/palo_alto/config.rb, line 232761 def display_global_protect_agent_download_link=(val) prop_set('display-global-protect-agent-download-link', val) end
enable_custom_app_URL_address_bar()
click to toggle source
URL browse bar to access unpublished clientless VPN applications
# File lib/palo_alto/config.rb, line 232749 def enable_custom_app_URL_address_bar prop_get('enable-custom-app-URL-address-bar') end
enable_custom_app_URL_address_bar=(val)
click to toggle source
URL browse bar to access unpublished clientless VPN applications
# File lib/palo_alto/config.rb, line 232753 def enable_custom_app_URL_address_bar=(val) prop_set('enable-custom-app-URL-address-bar', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 232649 def has_multiple_values? false end
name()
click to toggle source
GlobalProtect user to app mappings
# File lib/palo_alto/config.rb, line 232745 def name prop_get('@name') end
source_user()
click to toggle source
# File lib/palo_alto/config.rb, line 232685 def source_user if @create_children @subclasses['source-user'] ||= SourceUser.new(parent_instance: self, create_children: @create_children) else SourceUser.new(parent_instance: self) end end