You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* A list of indices (or index name patterns) to which the permissions in this entry apply.
225
227
*/
226
-
names: Indices
228
+
names: IndexName|IndexName[]
227
229
/**
228
230
* The index level privileges that owners of the role have on the specified indices.
229
231
*/
@@ -257,7 +259,7 @@ export class RemoteIndicesPrivileges {
257
259
/**
258
260
* A list of indices (or index name patterns) to which the permissions in this entry apply.
259
261
*/
260
-
names: Indices
262
+
names: IndexName|IndexName[]
261
263
/**
262
264
* The index level privileges that owners of the role have on the specified indices.
263
265
*/
@@ -297,7 +299,7 @@ export class UserIndicesPrivileges {
297
299
/**
298
300
* A list of indices (or index name patterns) to which the permissions in this entry apply.
299
301
*/
300
-
names: Indices
302
+
names: IndexName|IndexName[]
301
303
/**
302
304
* The index level privileges that owners of the role have on the specified indices.
303
305
*/
@@ -417,7 +419,7 @@ export class ReplicationAccess {
417
419
/**
418
420
* A list of indices (or index name patterns) to which the permissions in this entry apply.
419
421
*/
420
-
names: IndexName[]
422
+
names: IndexName|IndexName[]
421
423
/**
422
424
* This needs to be set to true if the patterns in the names field should cover system indices.
423
425
* @server_default false
@@ -434,7 +436,7 @@ export class SearchAccess {
434
436
/**
435
437
* A list of indices (or index name patterns) to which the permissions in this entry apply.
436
438
*/
437
-
names: IndexName[]
439
+
names: IndexName|IndexName[]
438
440
/**
439
441
* A search query that defines the documents the owners of the role have access to. A document within the specified indices must match this query for it to be accessible by the owners of the role.
0 commit comments