Skip to content

Commit a7d7842

Browse files
committed
Mark privileges
1 parent 96f2095 commit a7d7842

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

specification/security/_types/Privileges.ts

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ export enum ClusterPrivilege {
6262
*/
6363
manage_ilm,
6464
manage_index_templates,
65+
/**
66+
* @availability stack
67+
*/
6568
manage_ingest_pipelines,
6669
manage_logstash_pipelines,
6770
manage_ml,
@@ -71,7 +74,13 @@ export enum ClusterPrivilege {
7174
manage_oidc,
7275
manage_own_api_key,
7376
manage_pipeline,
77+
/**
78+
* @availability stack
79+
*/
7480
manage_rollup,
81+
/**
82+
* @availability stack
83+
*/
7584
manage_saml,
7685
manage_security,
7786
/**
@@ -97,7 +106,13 @@ export enum ClusterPrivilege {
97106
manage_watcher,
98107
monitor,
99108
monitor_ml,
109+
/**
110+
* @availability stack
111+
*/
100112
monitor_rollup,
113+
/**
114+
* @availability stack
115+
*/
101116
monitor_snapshot,
102117
monitor_text_structure,
103118
monitor_transform,

0 commit comments

Comments
 (0)