It is time to say goodbye: This version of Elastic Cloud Enterprise has reached end-of-life (EOL) and is no longer supported.
The documentation for this version is no longer being maintained. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
SamlSecurityRealmRoleMappingRule
editSamlSecurityRealmRoleMappingRule
editThe mapping rule for the Elasticsearch security SAML role.
Properties
edit-
roles
(array[
string
, required)]
- The roles that are applied when the mapping rule is successfully evaluated
-
type
(string
; allowed values: [username
,groups
,dn
], required) - The type of role mapping rule
-
value
(string
, required) - The value to match when evaluating this rule
Example
edit{ "roles" : [ "string" ], "type" : "string", "value" : "string" }