View the Project on GitHub elements-storage/elements-sdk-python
| Name | Type | Description | Notes |
|---|---|---|---|
| id | int | ||
| schedules | [Schedule] | ||
| startable | bool | [readonly] | |
| variable_definitions | [{str: (bool, date, datetime, dict, float, int, list, str, none_type)}] | ||
| webhook_url | str, none_type | [readonly] | |
| needs_compatibility_check | bool | [readonly] | |
| special_type | int, none_type | ||
| name | str | ||
| description | str, none_type | ||
| enabled | bool | ||
| allow_others_to_start | bool | When `allow_users` is an empty array, this flag allows users with the \"tasks:start\" permission to run this job, even without the \"tasks:manage\" permission. Otherwise, only users specified in `allow_users` and belonging to `allow_groups` can start the job (irrespective of permissions \"tasks:start\" and \"tasks:manage\"). | |
| allow_client_to_start | bool | ||
| show_as_button | bool | ||
| input_type | str, none_type | ||
| add_to_new_media_roots | bool | ||
| hook | str, none_type | ||
| webhook_secret | str, none_type | ||
| elements_release | str | ||
| security_context | int, none_type | ||
| workflow | int, none_type |