Skip to content

Commit

Permalink
feat(docs): Update workspace role documentation to include project en…
Browse files Browse the repository at this point in the history
…vironments
  • Loading branch information
muntaxir4 committed Dec 28, 2024
1 parent 4047f1e commit bc4bdf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ docs {
- `description`: (Optional) A description about the role
- `colorCode`: (Optional) A hex color code for the role
- `authorities`: (Optional) An array of allowed `Authorities`. Refer prisma schema.
- `projectSlugs`: (Optional) An array of project slugs to associate to this role. Associating projects to a role will apply all the authorities in the role to the project aswell.
- `projectEnvironments`: (Optional) An array of record containing projectSlug and environmentSlugs array to associate to this role. Associating project with particular environments to a role will allow access to only provided environments for the project.
}
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ docs {
- `description`: (Optional) A description about the role
- `colorCode`: (Optional) A hex color code for the role
- `authorities`: (Optional) An array of allowed `Authorities`. Refer prisma schema.
- `projectIds`: (Optional) An array of project IDs to associate to this role. Associating projects to a role will apply all the authorities in the role to the project aswell.
- `projectEnvironments`: (Optional) An array of record containing projectSlug and environmentSlugs array to associate to this role. Associating project with particular environments to a role will allow access to only provided environments for the project.
}

0 comments on commit bc4bdf3

Please sign in to comment.