| Name | Type | Description | Notes |
|---|---|---|---|
| project_id | Option<uuid::Uuid> | [optional] | |
| is_admin | Option<bool> | 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 | Option<Vecmodels::OrganizationCustomRoleUpdateRequestProjectPermissionsInnerPermissionsInner> | Mandatory if is_admin is false Should contain an entry for every environment type: - DEVELOPMENT - PREVIEW - STAGING - PRODUCTION |
[optional] |