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