class PaloAlto::XML::Config::Devices::Entry::Template::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 233983
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 234060
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 234064
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 233980
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 234068
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 234072
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 234044
def passcode
        prop_get('passcode')
end
passcode=(val) click to toggle source

Passcode required for override

# File lib/palo_alto/config.rb, line 234048
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 234052
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 234056
def uninstall_password=(val)
        prop_set('uninstall-password', val)
end
welcome_page() click to toggle source
# File lib/palo_alto/config.rb, line 234010
def welcome_page
        @subclasses['welcome-page'] ||= WelcomePage.new(parent_instance: self, create_children: @create_children)
end