IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
ActiveDirectorySecurityRealmRoleMappingRules
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
ActiveDirectorySecurityRealmRoleMappingRules
editElasticsearch Security Active Directory role mapping rule set
Properties
edit-
default_roles
(array[
string
, required)]
- The default roles applied to all users
-
rules
(array[
ActiveDirectorySecurityRealmRoleMappingRule
]
, required) - The role mapping rules to evaluate
Example
edit{ "default_roles" : [ "string" ], "rules" : [ { "roles" : [ "string" ], "type" : "string", "value" : "string" } ] }