LdapSecurityRealmRoleMappingRulesedit

The role mapping ruleset for the Elasticsearch security LDAP realm.

Propertiesedit

default_roles (array[string], required)
The default roles applied to all users
rules (array[LdapSecurityRealmRoleMappingRule], required)
The role mapping rules to evaluate

Exampleedit

{
   "default_roles" : [
      "string"
   ],
   "rules" : [
      {
         "roles" : [
            "string"
         ],
         "type" : "string",
         "value" : "string"
      }
   ]
}