OBJECT
SecurityReportConfigurationSchedule
Schedule of the periodic reports. Leave empty for one-time reports.
link GraphQL Schema definition
- type SecurityReportConfigurationSchedule {
- # Day of month when a Month period is set. Set to 29 to select last day of the
- # month.
- Int :
- # Day of week.
- SecurityDaysOfWeek :
- # The hour interval when the report is scheduled.
- Int! :
- # The minute is set randomly when a report is created.
- 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.
- SecurityTimePeriod! :
- String! :
- }