class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Shared::AuthenticationProfile::Entry::MultiFactorAuth

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 133993
def _section
        :'multi-factor-auth'
end
factors() click to toggle source
# File lib/palo_alto/config.rb, line 134018
def factors
        if @create_children
                @subclasses['factors'] ||= Factors.new(parent_instance: self, create_children: @create_children)
        else
                Factors.new(parent_instance: self)
        end
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 133990
def has_multiple_values?
        false
end
mfa_enable() click to toggle source

Enable Additional Authentication Factors

# File lib/palo_alto/config.rb, line 134030
def mfa_enable
        prop_get('mfa-enable')
end
mfa_enable=(val) click to toggle source

Enable Additional Authentication Factors

# File lib/palo_alto/config.rb, line 134034
def mfa_enable=(val)
        prop_set('mfa-enable', val)
end