Skip to content

Commit ca4e4c9

Browse files
committed
docs: Add actions to Access Control
1 parent 23ebb61 commit ca4e4c9

File tree

1 file changed

+57
-5
lines changed

1 file changed

+57
-5
lines changed

docs/pages/product/workspace/access-control.mdx

Lines changed: 57 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ Access control is available in Cube Cloud on
1010

1111
</SuccessBox>
1212

13+
You can [manage accounts](#managing-accounts) as an account administrator,
14+
[manage roles](#managing-roles), [assign them](#assigning-roles-to-users) to users,
15+
and associate [supported actions](#actions) with those roles.
16+
1317
## Managing accounts
1418

1519
Account administrators have ultimate control over the Cube Cloud account, including
@@ -30,10 +34,10 @@ Each role can be associated with one or more of the following policies:
3034

3135
| Policy | Description |
3236
| --- | --- |
33-
| **Global** | Controls account-level functionality, e.g., as Billing. |
34-
| **Deployment** | Controls deployment-level functionality, e.g., as Playground. |
35-
| **Report** | Controls access to specific reports in Saved Reports. |
36-
| **ReportFolder** | Controls access to specific folders in Saved Reports. |
37+
| `Global` | Controls account-level functionality, e.g., as Billing. |
38+
| `Deployment` | Controls deployment-level functionality, e.g., as Playground. |
39+
| `Report` | Controls access to specific reports in Saved Reports. |
40+
| `ReportFolder` | Controls access to specific folders in Saved Reports. |
3741

3842
Each policy can apply to _all resources_ or _specific resources_. For example, a policy
3943
could apply to all deployments or only to a specific deployment.
@@ -42,7 +46,7 @@ Also, each policy can have _all actions_ or only _specific actions_ associated w
4246
For example, a policy could allow a user to view, create, or delete one or more
4347
deployments if it's associated with those specific actions.
4448

45-
49+
See [actions reference](#actions) for a list of available actions.
4650

4751
### Browsing roles
4852

@@ -88,3 +92,51 @@ Existing users' roles can be modified from the "Members" tab on the Team page:
8892
alt="Cube Cloud Team Roles tab"
8993
src="https://ucarecdn.com/a72cad30-487b-484a-b557-0f0e157c89b1/"
9094
/>
95+
96+
## Actions
97+
98+
Policies can have the following actions associated with them.
99+
100+
Actions for the `Global` policy:
101+
102+
| Action | Description |
103+
| --- | --- |
104+
| `Alerts Access`<br/>`Alerts Create`<br/>`Alerts Edit`<br/>`Alerts Delete` | View, create, edit, and delete [budgets][ref-budgets]. |
105+
| `Billing Access` | Access the billing data of the Cube Cloud account. |
106+
| `Deployment Manage` | Create and delete deployments in the Cube Cloud account. |
107+
108+
Actions for the `Deployment` policy:
109+
110+
| Action | Description |
111+
| --- | --- |
112+
| `Deployment View`<br/>`Deployment Edit` | Access the deployment, change its settings. |
113+
| `Playground Access` | Use [Playground][ref-playground]. |
114+
| `Data Model View` | View the source code in the [data model][ref-data-model] editor, use [Visual Model][ref-visual-model]. |
115+
| `Data Model Edit (all branches)`<br/>`Data Model Edit (dev branches only)` | Use the [development mode][ref-dev-mode], edit the data model, perform Git operations (e.g., commit, pull, push). |
116+
| `Queries & Metrics Access` | Use [Query History][ref-query-history] and [Performance Insights][ref-perf-insights]. |
117+
| `SQL Runner Access` | Use [SQL Runner][ref-sql-runner]. |
118+
| `Data Assets Access` | Use [Semantic Catalog][ref-semantic-catalog] and [AI Assistant][ref-ai-assistant]. |
119+
120+
Actions for the `Report` policy:
121+
122+
| Action | Description |
123+
| --- | --- |
124+
| `ReportRead`<br/>`ReportManage` | View and create/delete reports. |
125+
126+
Actions for the `ReportFolder` policy:
127+
128+
| Action | Description |
129+
| --- | --- |
130+
| `ReportRead`<br/>`ReportManage` | View and create/delete report folders. |
131+
132+
133+
[ref-budgets]: /product/workspace/budgets
134+
[ref-playground]: /product/workspace/playground
135+
[ref-data-model]: /product/workspace/data-model
136+
[ref-visual-model]: /product/workspace/visual-model
137+
[ref-dev-mode]: /product/workspace/dev-mode
138+
[ref-query-history]: /product/workspace/query-history
139+
[ref-perf-insights]: /product/workspace/performance
140+
[ref-sql-runner]: /product/workspace/sql-runner
141+
[ref-semantic-catalog]: /product/workspace/semantic-catalog
142+
[ref-ai-assistant]: /product/workspace/ai-assistant

0 commit comments

Comments
 (0)