SamlSecurityRealmRoleMappingRulesedit

The mapping ruleset for the Elasticsearch security SAML role.

Propertiesedit

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

Exampleedit

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