INPUT_OBJECT

FindingReportConfigurationScheduleInput

Schedule of the periodic reports. Leave empty for one-time reports.

link GraphQL Schema definition

  • input FindingReportConfigurationScheduleInput {
  • # Day of month when a Month period is set. Set to 29 to select last day of the
  • # month.
  • date: Int
  • # Day of week.
  • day: FindingDaysOfWeek
  • # The hour interval when the report is scheduled.
  • hour: Int!
  • # Period of report generation.
  • # e.g. When a WEEK period is selected the day is required.
  • # When a MONTH period is selected the date is required.
  • period: FindingTimePeriod!
  • timezone: String!
  • }