Auto-generated code for 8.11 (#2091)

This commit is contained in:
Elastic Machine
2023-12-13 03:56:49 +11:00
committed by GitHub
parent 7cc6824974
commit dda20a4d07
4 changed files with 22 additions and 19 deletions

View File

@ -8121,6 +8121,7 @@ client.security.putRoleMapping({ name })
** *`enabled` (Optional, boolean)*
** *`metadata` (Optional, Record<string, User-defined value>)*
** *`roles` (Optional, string[])*
** *`role_templates` (Optional, { format, template }[])*
** *`rules` (Optional, { any, all, field, except })*
** *`run_as` (Optional, string[])*
** *`refresh` (Optional, Enum(true | false | "wait_for"))*: If `true` (the default) then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` then do nothing with refreshes.