Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.4 KB

UpdateScheduleRequest.md

File metadata and controls

20 lines (16 loc) · 1.4 KB

Finbourne.Scheduler.Sdk.Model.UpdateScheduleRequest

Create a schedule definition

Properties

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]

Back to Model listBack to API listBack to README