class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Vsys::Entry::GlobalProtect__36::GlobalProtectPortal::Entry::PortalConfig::ClientAuth::Entry

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 338352
def _section
        :'entry'
end
authentication_message() click to toggle source

Authentication Message

# File lib/palo_alto/config.rb, line 338469
def authentication_message
        prop_get('authentication-message')
end
authentication_message=(val) click to toggle source

Authentication Message

# File lib/palo_alto/config.rb, line 338473
def authentication_message=(val)
        prop_set('authentication-message', val)
end
authentication_profile() click to toggle source

authentication profile used for this GlobalProtect

# File lib/palo_alto/config.rb, line 338437
def authentication_profile
        prop_get('authentication-profile')
end
authentication_profile=(val) click to toggle source

authentication profile used for this GlobalProtect

# File lib/palo_alto/config.rb, line 338441
def authentication_profile=(val)
        prop_set('authentication-profile', val)
end
auto_retrieve_passcode() click to toggle source

Automatically retrieve passcode from SoftToken application

# File lib/palo_alto/config.rb, line 338445
def auto_retrieve_passcode
        prop_get('auto-retrieve-passcode')
end
auto_retrieve_passcode=(val) click to toggle source

Automatically retrieve passcode from SoftToken application

# File lib/palo_alto/config.rb, line 338449
def auto_retrieve_passcode=(val)
        prop_set('auto-retrieve-passcode', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 338349
def has_multiple_values?
        false
end
name() click to toggle source

GlobalProtect client authentication name

# File lib/palo_alto/config.rb, line 338425
def name
        prop_get('@name')
end
os() click to toggle source

Client OS

# File lib/palo_alto/config.rb, line 338429
def os
        prop_get('os')
end
os=(val) click to toggle source

Client OS

# File lib/palo_alto/config.rb, line 338433
def os=(val)
        prop_set('os', val)
end
password_label() click to toggle source

Password Label

# File lib/palo_alto/config.rb, line 338461
def password_label
        prop_get('password-label')
end
password_label=(val) click to toggle source

Password Label

# File lib/palo_alto/config.rb, line 338465
def password_label=(val)
        prop_set('password-label', val)
end
user_credential_or_client_cert_required() click to toggle source

Allow Authentication with User Credentials OR Client Certificate

# File lib/palo_alto/config.rb, line 338477
def user_credential_or_client_cert_required
        prop_get('user-credential-or-client-cert-required')
end
user_credential_or_client_cert_required=(val) click to toggle source

Allow Authentication with User Credentials OR Client Certificate

# File lib/palo_alto/config.rb, line 338481
def user_credential_or_client_cert_required=(val)
        prop_set('user-credential-or-client-cert-required', val)
end
username_label() click to toggle source

Username Label

# File lib/palo_alto/config.rb, line 338453
def username_label
        prop_get('username-label')
end
username_label=(val) click to toggle source

Username Label

# File lib/palo_alto/config.rb, line 338457
def username_label=(val)
        prop_set('username-label', val)
end