INPUT_OBJECT
SecurityReportConfigurationScheduleInput
Schedule of the periodic reports. Leave empty for one-time reports.
link GraphQL Schema definition
- input SecurityReportConfigurationScheduleInput {
- # 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! :
- # 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.
- SecurityTimePeriod! :
- String! :
- }