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.
RemoteClusterPrivilege
1 parent 7ff3d4d commit 9d284d6Copy full SHA for 9d284d6
specification/security/get_user_privileges/SecurityGetUserPrivilegesResponse.ts
@@ -29,6 +29,9 @@ export class Response {
29
body: {
30
applications: ApplicationPrivileges[]
31
cluster: string[]
32
+ /**
33
+ * @availability stack since=8.15.0
34
+ */
35
remote_cluster?: RemoteClusterPrivileges[]
36
global: GlobalPrivilege[]
37
indices: UserIndicesPrivileges[]
0 commit comments