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 cc315a4 commit 8ad482bCopy full SHA for 8ad482b
specification/security/_types/Privileges.ts
@@ -382,6 +382,11 @@ export class ReplicationAccess {
382
* A list of indices (or index name patterns) to which the permissions in this entry apply.
383
*/
384
names: IndexName[]
385
+ /**
386
+ * This needs to be set to true if the patterns in the names field should cover system indices.
387
+ * @server_default false
388
+ */
389
+ allow_restricted_indices?: boolean
390
}
391
392
export class SearchAccess {
0 commit comments