Skip to content

Commit 69875c0

Browse files
authored
Add missing allow_restricted_indices to cross cluster api key APIs (#3128)
1 parent aac56be commit 69875c0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

specification/security/_types/Privileges.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,11 @@ export class ReplicationAccess {
418418
* A list of indices (or index name patterns) to which the permissions in this entry apply.
419419
*/
420420
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
421426
}
422427

423428
export class SearchAccess {

0 commit comments

Comments
 (0)