Object

UpdateScheduleItemInput

Specifies the input fields required to update a schedule item.

Fields

id(): ID!
The unique identifier of the schedule item that you want to update.
site_id(): ID
Deprecated: Use the site_ids field instead, as that supports scheduling scans for multiple sites with the same schedule
The unique identifier of the site for which you want to create a schedule item.
site_ids(): [ID!]
The list of unique identifiers of the sites that you want to associate with the schedule item.
folder_ids(): [ID!]
The list of unique identifiers of the folders that you want to associate with the schedule item.
schedule(): UpdateScheduleInput
The scheduling information for the schedule item that you want to update, such as when the scan should run and how often.
scan_configuration_ids(): [ID!]
A list of scan configurations that you want to use for scans created from this schedule item.