.mdx
Space
"Spaces" in Mprove are used to create UI catalog trees for reports, charts and dashboards.
.space file adds access_roles to the actual folder contents.
Each top level space must be stored as space_name.space YAML file:
space: space_nametitle: ''access_roles:- role- rolefolders:- space: s2 access_roles: - role - role folders: - space: s3 access_roles: - role - rolespace_name.space file must be stored in a folder named space_name.
folders (subspaces) are optional; they can be useful if certain users need access to a portion of the parent space.
Reference
Space
| Name | Type | Default | Description |
|---|---|---|---|
| space* | string | - | Space name |
| title | string | - | Space title in UI |
| access_roles | string [] | - | If specified, only users with the listed roles will have access to the Space |
| folders | Space [] | - | Begin a section of subspaces |