We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aac56be commit 69875c0Copy full SHA for 69875c0
specification/security/_types/Privileges.ts
@@ -418,6 +418,11 @@ export class ReplicationAccess {
418
* A list of indices (or index name patterns) to which the permissions in this entry apply.
419
*/
420
names: IndexName[]
421
+ /**
422
+ * This needs to be set to true if the patterns in the names field should cover system indices.
423
+ * @server_default false
424
+ */
425
+ allow_restricted_indices?: boolean
426
}
427
428
export class SearchAccess {
0 commit comments