ActiveDirectoryGroupSearchedit

Elasticsearch Security Active Directory realm group search configuration

Propertiesedit

base_dn (string)
Specifies a container DN to search for groups in which the user has membership
scope (string; allowed values: [sub_tree, one_level, base])
Specifies whether the group search should be sub_tree, one_level or base. one_level only searches objects directly contained within the base_dn. The default sub_tree searches all objects contained under base_dn. base specifies that the base_dn is a group object, and that it is the only group considered.

Exampleedit

{
   "base_dn" : "string",
   "scope" : "string"
}