Skip to content
This repository was archived by the owner on Mar 14, 2024. It is now read-only.

Latest commit

 

History

History
11 lines (7 loc) · 958 Bytes

File metadata and controls

11 lines (7 loc) · 958 Bytes

QoveryApi.OrganizationCustomRoleUpdateRequestProjectPermissionsInner

Properties

Name Type Description Notes
projectId String [optional]
isAdmin Boolean If `is_admin` is `true`, the user is: - automatically `MANAGER` for each environment type - allowed to manage project deployment rules - able to delete the project Note that `permissions` can then be ignored for this project [optional] [default to false]
permissions [OrganizationCustomRoleUpdateRequestProjectPermissionsInnerPermissionsInner] Mandatory if `is_admin` is `false` Should contain an entry for every environment type: - `DEVELOPMENT` - `PREVIEW` - `STAGING` - `PRODUCTION` [optional]