class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Shared::ServerProfile::MfaServerProfile::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 136206 def _section :'entry' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 136203 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 136290 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 136294 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 136249 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 136282 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 136286 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 136278 def name prop_get('@name') end