class PaloAlto::XML::Config::Devices::Entry::Template::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 231745 def _section :'entry' end
authentication_message()
click to toggle source
Authentication Message
# File lib/palo_alto/config.rb, line 231862 def authentication_message prop_get('authentication-message') end
authentication_message=(val)
click to toggle source
Authentication Message
# File lib/palo_alto/config.rb, line 231866 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 231830 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 231834 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 231838 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 231842 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 231742 def has_multiple_values? false end
name()
click to toggle source
GlobalProtect client authentication name
# File lib/palo_alto/config.rb, line 231818 def name prop_get('@name') end
os()
click to toggle source
Client OS
# File lib/palo_alto/config.rb, line 231822 def os prop_get('os') end
os=(val)
click to toggle source
Client OS
# File lib/palo_alto/config.rb, line 231826 def os=(val) prop_set('os', val) end
password_label()
click to toggle source
Password Label
# File lib/palo_alto/config.rb, line 231854 def password_label prop_get('password-label') end
password_label=(val)
click to toggle source
Password Label
# File lib/palo_alto/config.rb, line 231858 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 231870 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 231874 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 231846 def username_label prop_get('username-label') end
username_label=(val)
click to toggle source
Username Label
# File lib/palo_alto/config.rb, line 231850 def username_label=(val) prop_set('username-label', val) end