class PaloAlto::XML::Config::Devices::Entry::Template::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 236235 def _section :'entry' end
authentication_message()
click to toggle source
Authentication Message
# File lib/palo_alto/config.rb, line 236354 def authentication_message prop_get('authentication-message') end
authentication_message=(val)
click to toggle source
Authentication Message
# File lib/palo_alto/config.rb, line 236358 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 236322 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 236326 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 236330 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 236334 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 236232 def has_multiple_values? false end
name()
click to toggle source
GlobalProtect client authentication name
# File lib/palo_alto/config.rb, line 236310 def name prop_get('@name') end
os()
click to toggle source
Client OS
# File lib/palo_alto/config.rb, line 236314 def os prop_get('os') end
os=(val)
click to toggle source
Client OS
# File lib/palo_alto/config.rb, line 236318 def os=(val) prop_set('os', val) end
password_label()
click to toggle source
Password Label
# File lib/palo_alto/config.rb, line 236346 def password_label prop_get('password-label') end
password_label=(val)
click to toggle source
Password Label
# File lib/palo_alto/config.rb, line 236350 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 236362 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 236366 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 236338 def username_label prop_get('username-label') end
username_label=(val)
click to toggle source
Username Label
# File lib/palo_alto/config.rb, line 236342 def username_label=(val) prop_set('username-label', val) end