class PaloAlto::XML::Config::Devices::Entry::WildfireApplianceCluster::Entry::MgtConfig::Users::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 359520 def _section :'entry' end
authentication_profile()
click to toggle source
# File lib/palo_alto/config.rb, line 359621 def authentication_profile prop_get('authentication-profile') end
authentication_profile=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 359624 def authentication_profile=(val) prop_set('authentication-profile', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 359517 def has_multiple_values? false end
name()
click to toggle source
alphanumeric value
# File lib/palo_alto/config.rb, line 359612 def name prop_get('@name') end
password_profile()
click to toggle source
# File lib/palo_alto/config.rb, line 359627 def password_profile prop_get('password-profile') end
password_profile=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 359630 def password_profile=(val) prop_set('password-profile', val) end
permissions()
click to toggle source
# File lib/palo_alto/config.rb, line 359555 def permissions if @create_children @subclasses['permissions'] ||= Permissions.new(parent_instance: self, create_children: @create_children) else Permissions.new(parent_instance: self) end end
phash()
click to toggle source
# File lib/palo_alto/config.rb, line 359615 def phash prop_get('phash') end
phash=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 359618 def phash=(val) prop_set('phash', val) end
public_key__10()
click to toggle source
Public RSA/DSA
# File lib/palo_alto/config.rb, line 359642 def public_key__10 prop_get('public-key__10') end
public_key__10=(val)
click to toggle source
Public RSA/DSA
# File lib/palo_alto/config.rb, line 359646 def public_key__10=(val) prop_set('public-key__10', val) end
public_key__9()
click to toggle source
Public RSA
# File lib/palo_alto/config.rb, line 359634 def public_key__9 prop_get('public-key__9') end
public_key__9=(val)
click to toggle source
Public RSA
# File lib/palo_alto/config.rb, line 359638 def public_key__9=(val) prop_set('public-key__9', val) end