PermissionsSchema
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| role | str | [optional] | |
| can_view | bool | ||
| can_write | bool | ||
| can_admin | bool | ||
| can_delete | bool | ||
| can_create_environment | bool | [optional] [default to False] | |
| can_rename_environment | bool | [optional] [default to False] | |
| can_delete_environment | bool | [optional] [default to False] | |
| can_create_twin | bool | [optional] [default to False] | |
| can_delete_twin | bool | [optional] [default to False] |