class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Vsys::Entry::ServerProfile__9::MfaServerProfile::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 221461 def _section :'entry' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 221458 def has_multiple_values? false end
mfa_cert_profile()
click to toggle source
Certificate
profile for verifying the MFA Vendor
# File lib/palo_alto/config.rb, line 221545 def mfa_cert_profile prop_get('mfa-cert-profile') end
mfa_cert_profile=(val)
click to toggle source
Certificate
profile for verifying the MFA Vendor
# File lib/palo_alto/config.rb, line 221549 def mfa_cert_profile=(val) prop_set('mfa-cert-profile', val) end
mfa_config()
click to toggle source
# File lib/palo_alto/config.rb, line 221504 def mfa_config if @create_children @subclasses['mfa-config'] ||= MfaConfig.new(parent_instance: self, create_children: @create_children) else MfaConfig.new(parent_instance: self) end end
mfa_vendor_type()
click to toggle source
Vendor and product type
# File lib/palo_alto/config.rb, line 221537 def mfa_vendor_type prop_get('mfa-vendor-type') end
mfa_vendor_type=(val)
click to toggle source
Vendor and product type
# File lib/palo_alto/config.rb, line 221541 def mfa_vendor_type=(val) prop_set('mfa-vendor-type', val) end
name()
click to toggle source
MFA Server Profile Name
# File lib/palo_alto/config.rb, line 221533 def name prop_get('@name') end