class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Vsys::Entry::GlobalProtect__36::GlobalProtectPortal::Entry::ClientConfig::Configs::Entry::AgentUi
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 340597 def _section :'agent-ui' end
agent_user_override_timeout()
click to toggle source
Agent user override duration in minutes
# File lib/palo_alto/config.rb, line 340674 def agent_user_override_timeout prop_get('agent-user-override-timeout') end
agent_user_override_timeout=(val)
click to toggle source
Agent user override duration in minutes
# File lib/palo_alto/config.rb, line 340678 def agent_user_override_timeout=(val) prop_set('agent-user-override-timeout', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 340594 def has_multiple_values? false end
max_agent_user_overrides()
click to toggle source
Max agent user overrides
# File lib/palo_alto/config.rb, line 340682 def max_agent_user_overrides prop_get('max-agent-user-overrides') end
max_agent_user_overrides=(val)
click to toggle source
Max agent user overrides
# File lib/palo_alto/config.rb, line 340686 def max_agent_user_overrides=(val) prop_set('max-agent-user-overrides', val) end
passcode()
click to toggle source
Passcode required for override
# File lib/palo_alto/config.rb, line 340658 def passcode prop_get('passcode') end
passcode=(val)
click to toggle source
Passcode required for override
# File lib/palo_alto/config.rb, line 340662 def passcode=(val) prop_set('passcode', val) end
uninstall_password()
click to toggle source
Password to uninstall GlobalProtect app
# File lib/palo_alto/config.rb, line 340666 def uninstall_password prop_get('uninstall-password') end
uninstall_password=(val)
click to toggle source
Password to uninstall GlobalProtect app
# File lib/palo_alto/config.rb, line 340670 def uninstall_password=(val) prop_set('uninstall-password', val) end
welcome_page()
click to toggle source
# File lib/palo_alto/config.rb, line 340624 def welcome_page @subclasses['welcome-page'] ||= WelcomePage.new(parent_instance: self, create_children: @create_children) end