mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[Core] Deprecated APIs audit (#127744)
This commit is contained in:
parent
d10ca8855f
commit
b96dfb698a
38 changed files with 91 additions and 30 deletions
|
@ -43,6 +43,7 @@ export interface FeatureElasticsearchPrivileges {
|
|||
* A set of Elasticsearch roles which are required for this feature to be enabled.
|
||||
*
|
||||
* @deprecated do not rely on hard-coded role names.
|
||||
* @removeBy 8.8.0
|
||||
*
|
||||
* This is relied on by the reporting feature, and should be removed once reporting
|
||||
* migrates to using the Kibana Privilege model: https://github.com/elastic/kibana/issues/19914
|
||||
|
|
|
@ -23,6 +23,7 @@ export interface FeatureKibanaPrivileges {
|
|||
/**
|
||||
* Whether or not this privilege should be hidden in the roles UI and disallowed on the API. Defaults to `false`.
|
||||
* @deprecated
|
||||
* @removeBy 8.8.0
|
||||
*/
|
||||
disabled?: boolean;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue