Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update _enterprise-permissions-table.md #4728

Merged
merged 8 commits into from
Apr 11, 2024
6 changes: 3 additions & 3 deletions website/snippets/_enterprise-permissions-table.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@

Key:

* (W)rite — Create new or modify existing. Includes `send`, `create`, `delete`, `allocate`, `modify`, and `read`.
* (W)rite — Create new or modify existing. Includes `send`, `create`, `delete`, `allocate`, `modify`, `develop`, and `read`.
* (R)ead — Can view but can not create or change any fields.

Permissions:

* Account-level permissions — Permissions related to management of the dbt Cloud account. For example, billing and account settings.
* Account-level permissions — Permissions related to the management of the dbt Cloud account. For example, billing and account settings.
* Project-level permissions — Permissions related to the projects in dbt Cloud. For example, repos and access to the IDE or dbt Cloud CLI.

### Account roles
Account roles enable you to manage the dbt Cloud account and manage the account settings (for example, generating service tokens, inviting users, configuring SSO). They also provide project-level permissions. The **Account Admin** role is the highest level of access you can assign.
Account roles enable you to manage the dbt Cloud account and manage the account settings (for example, generating service tokens, inviting users, and configuring SSO). They also provide project-level permissions. The **Account Admin** role is the highest level of access you can assign.

#### Account permissions for account roles

Expand Down
Loading