Skip to content

Commit 9d284d6

Browse files
committed
Fix RemoteClusterPrivilege availability (#3145)
1 parent 7ff3d4d commit 9d284d6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

specification/security/get_user_privileges/SecurityGetUserPrivilegesResponse.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ export class Response {
2929
body: {
3030
applications: ApplicationPrivileges[]
3131
cluster: string[]
32+
/**
33+
* @availability stack since=8.15.0
34+
*/
3235
remote_cluster?: RemoteClusterPrivileges[]
3336
global: GlobalPrivilege[]
3437
indices: UserIndicesPrivileges[]

0 commit comments

Comments
 (0)