class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Shared::AuthenticationSequence::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 240600 def _section :'entry' end
authentication_profiles()
click to toggle source
# File lib/palo_alto/config.rb, line 240624 def authentication_profiles if @create_children @subclasses['authentication-profiles'] ||= AuthenticationProfiles.new(parent_instance: self, create_children: @create_children) else AuthenticationProfiles.new(parent_instance: self) end end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 240597 def has_multiple_values? false end
name()
click to toggle source
Authentication sequence name
# File lib/palo_alto/config.rb, line 240644 def name prop_get('@name') end
use_domain_find_profile()
click to toggle source
Attempt to use domain to determine authentication profile
# File lib/palo_alto/config.rb, line 240648 def use_domain_find_profile prop_get('use-domain-find-profile') end
use_domain_find_profile=(val)
click to toggle source
Attempt to use domain to determine authentication profile
# File lib/palo_alto/config.rb, line 240652 def use_domain_find_profile=(val) prop_set('use-domain-find-profile', val) end