class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Vsys::Entry::AuthenticationProfile::Entry::MultiFactorAuth
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 219302 def _section :'multi-factor-auth' end
factors()
click to toggle source
# File lib/palo_alto/config.rb, line 219328 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 219299 def has_multiple_values? false end
mfa_enable()
click to toggle source
Enable Additional Authentication Factors
# File lib/palo_alto/config.rb, line 219340 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 219344 def mfa_enable=(val) prop_set('mfa-enable', val) end