class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Vsys::Entry::GlobalProtect__36::GlobalProtectGateway::Entry::ClientAuth::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 342851 def _section :'entry' end
authentication_message()
click to toggle source
Authentication Message
# File lib/palo_alto/config.rb, line 342970 def authentication_message prop_get('authentication-message') end
authentication_message=(val)
click to toggle source
Authentication Message
# File lib/palo_alto/config.rb, line 342974 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 342938 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 342942 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 342946 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 342950 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 342848 def has_multiple_values? false end
name()
click to toggle source
GlobalProtect client authentication name
# File lib/palo_alto/config.rb, line 342926 def name prop_get('@name') end
os()
click to toggle source
Client OS
# File lib/palo_alto/config.rb, line 342930 def os prop_get('os') end
os=(val)
click to toggle source
Client OS
# File lib/palo_alto/config.rb, line 342934 def os=(val) prop_set('os', val) end
password_label()
click to toggle source
Password Label
# File lib/palo_alto/config.rb, line 342962 def password_label prop_get('password-label') end
password_label=(val)
click to toggle source
Password Label
# File lib/palo_alto/config.rb, line 342966 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 342978 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 342982 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 342954 def username_label prop_get('username-label') end
username_label=(val)
click to toggle source
Username Label
# File lib/palo_alto/config.rb, line 342958 def username_label=(val) prop_set('username-label', val) end