class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Vsys::Entry::GroupMapping::Entry::CustomGroup::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 335931 def _section :'entry' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 335928 def has_multiple_values? false end
ldap_filter()
click to toggle source
ldap filter criteria
# File lib/palo_alto/config.rb, line 335952 def ldap_filter prop_get('ldap-filter') end
ldap_filter=(val)
click to toggle source
ldap filter criteria
# File lib/palo_alto/config.rb, line 335956 def ldap_filter=(val) prop_set('ldap-filter', val) end
name()
click to toggle source
alphanumeric string [ 0-9a-zA-Z._-]
# File lib/palo_alto/config.rb, line 335948 def name prop_get('@name') end