Skip to content
New issue

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

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

Already on GitHub? # to your account

chore: document resources role #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions guide/administration/roles.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ To give someone the **global-admin** role, you must select **GLOBAL** in the pro
| `analytics:w` | Can edit analytics dashboards. Extends `analytics:r`. | `[projectId]` |
| `projects:r` | Can read everything in a project and access a project settings. Extends: `incoming:r`, `triggers:r`, `stories:r`, `responses:r`, `nlu-data:r`, `analytics:r` | `[projectId]` |
| `projects:w` | Can edit project meta information and settings. Extends `projects:r`. If no `projectId` constraint is specified this permission allows adding, editing, and removing projects. | `[projectId]` |
| `resources:r` | Can read project endpoint, instance, and deployment environment settings. Extends `projects:r`. | `[projectId]` |
| `resources:w` | Can edit project endpoint, instance, and deployment environment settings. Extends `projects:w`, `resources:r`. | `[projectId]` |
| `users:r` | Can access user information. Extends `roles:r` | `[projectId]` |
| `users:w` | Can add, edit, or remove user details and roles. Extends `users:r`. | `[projectId]` |
| `global-settings:r` | Can access global settings. | |
Expand Down