View the Project on GitHub elements-storage/elements-sdk-python
Name | Type | Description | Notes |
---|---|---|---|
schedules | [ScheduleReference] | [optional] | |
variable_definitions | [{str: (str, none_type)}] | [optional] | |
subtasks | [SubtaskReference] | [optional] | |
allow_users | [ElementsUserReference] | [optional] | |
allow_groups | [ElementsGroupReference] | [optional] | |
media_roots | [int] | [optional] | |
workflow | int, none_type | [optional] | |
special_type | int, none_type | [optional] | |
name | str | [optional] | |
description | str, none_type | [optional] | |
enabled | bool | [optional] | |
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\"). | [optional] |
allow_client_to_start | bool | [optional] | |
show_as_button | bool | [optional] | |
input_type | str, none_type | [optional] | |
add_to_new_media_roots | bool | [optional] | |
hook | str, none_type | [optional] | |
webhook_secret | str, none_type | [optional] | |
elements_release | str | [optional] | |
security_context | int, none_type | [optional] |