IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
LdapSecurityRealmRoleMappingRules
editLdapSecurityRealmRoleMappingRules
editThe role mapping ruleset for the Elasticsearch security LDAP realm.
Properties
edit-
default_roles
(array[
string
, required)]
- The default roles applied to all users
-
rules
(array[
LdapSecurityRealmRoleMappingRule
]
, required) - The role mapping rules to evaluate
Example
edit{ "default_roles" : [ "string" ], "rules" : [ { "roles" : [ "string" ], "type" : "string", "value" : "string" } ] }