class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Shared::ServerProfile::MfaServerProfile::Entry

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 242694
def _section
        :'entry'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 242691
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 242778
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 242782
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 242737
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 242770
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 242774
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 242766
def name
        prop_get('@name')
end