mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Add requireAllSpaces and disable options to FeatureKibanaPrivileges (#118001)
Co-authored-by: Larry Gregory <lgregorydev@gmail.com> Co-authored-by: criamico <mariacristina.amico@elastic.co> Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Xavier Mouligneau <xavier.mouligneau@elastic.co> Co-authored-by: Joe Portner <joseph.portner@elastic.co>
This commit is contained in:
parent
90532485f9
commit
eab0485fa3
25 changed files with 1117 additions and 127 deletions
|
@ -75,6 +75,8 @@ const appCategorySchema = schema.object({
|
|||
|
||||
const kibanaPrivilegeSchema = schema.object({
|
||||
excludeFromBasePrivileges: schema.maybe(schema.boolean()),
|
||||
requireAllSpaces: schema.maybe(schema.boolean()),
|
||||
disabled: schema.maybe(schema.boolean()),
|
||||
management: schema.maybe(managementSchema),
|
||||
catalogue: schema.maybe(catalogueSchema),
|
||||
api: schema.maybe(schema.arrayOf(schema.string())),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue