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