class PaloAlto::XML::Config::MgtConfig::Users::Entry::Permissions::RoleBased
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 73476 def _section :'role-based' end
custom()
click to toggle source
# File lib/palo_alto/config.rb, line 73556 def custom if @create_children @subclasses['custom'] ||= Custom.new(parent_instance: self, create_children: @create_children) else Custom.new(parent_instance: self) end end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 73473 def has_multiple_values? true end
panorama_admin()
click to toggle source
# File lib/palo_alto/config.rb, line 73581 def panorama_admin prop_get('panorama-admin') end
panorama_admin=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 73584 def panorama_admin=(val) prop_set('panorama-admin', val) end
superreader()
click to toggle source
# File lib/palo_alto/config.rb, line 73569 def superreader prop_get('superreader') end
superreader=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 73572 def superreader=(val) prop_set('superreader', val) end
superuser()
click to toggle source
# File lib/palo_alto/config.rb, line 73575 def superuser prop_get('superuser') end
superuser=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 73578 def superuser=(val) prop_set('superuser', val) end