class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Vsys::Entry::UserIdSslAuth
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 228368 def _section :'user-id-ssl-auth' end
certificate_profile()
click to toggle source
Profile for authenticating client certificates
# File lib/palo_alto/config.rb, line 228381 def certificate_profile prop_get('certificate-profile') end
certificate_profile=(val)
click to toggle source
Profile for authenticating client certificates
# File lib/palo_alto/config.rb, line 228385 def certificate_profile=(val) prop_set('certificate-profile', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 228365 def has_multiple_values? false end