Create a schedule definition
Name | Type | Description | Notes |
---|---|---|---|
JobId | ResourceId | ||
Name | string | The updated name of the schedule | |
Description | string | The updated description of the schedule | |
Author | string | The updated author of the schedule | [optional] |
Owner | string | The update owner of the schedule | [optional] |
Arguments | Dictionary<string, string> | Updated arguments to be passed to the job Note: The new arguments will completely replace old arguments | [optional] |
Trigger | Trigger | [optional] | |
Notifications | List<Notification> | Updated notifications for this schedule | [optional] |
Enabled | bool | Specify whether schedule is enabled or not Defaults to true | [optional] |
UseAsAuth | string | Id of user associated with schedule. All calls to FINBOURNE services as part of execution of this schedule will be authenticated as this user. Can be null, in which case we'll default to that of the user making this request | [optional] |