OBJECT

FindingReportSchedule

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

link GraphQL Schema definition

  • type FindingReportSchedule {
  • # 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!
  • # The minute is set randomly when a report is created.
  • minute: Int
  • # Period of report generation.
  • # When a Week period is selected the day is required.
  • # When a Month period is selected the date is required.
  • period: FindingTimePeriod!
  • timezone: String!
  • }