ProjectPermission
Properties
| Name |
Type |
Description |
Notes |
| id |
str |
|
|
| time_created |
datetime |
|
|
| time_modified |
datetime |
|
|
| owner_id |
str |
|
|
| tenant_id |
str |
|
|
| role_project |
str |
|
|
| role_flow |
str |
|
|
| role_base |
str |
|
|
| role_bench |
str |
|
|
| membership_type |
str |
|
|
| upload_allowed |
bool |
|
|
| download_allowed |
bool |
|
|
| tenant_name |
str, none_type |
|
[optional] |
| user |
User |
|
[optional] |
| email_address |
str, none_type |
Only present when membershipType is EMAIL |
[optional] |
| workgroup |
Workgroup |
|
[optional] |
| invitation_accepted |
bool, none_type |
Only present when membershipType is EMAIL |
[optional] |
| invitation_rejected |
bool, none_type |
Only present when user is invited by EMAIL |
[optional] |
| application |
ApplicationV4 |
|
[optional] |
| any string name |
bool, date, datetime, dict, float, int, list, str, none_type |
any string name can be used but the value must be the correct type |
[optional] |
[Back to Model list] [Back to API list] [Back to README]