Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.07 KB

ReportFrequency.md

File metadata and controls

13 lines (9 loc) · 1.07 KB

ReportFrequency

Properties

Name Type Description Notes
next_runtimes list[str] The next scheduled run-times for generation of the report when type is `schedule`. [optional]
repeat ReportRepeat How often the report generates when type is `schedule`. [optional]
start str When the report starts generating when type is `schedule`. [optional]
type str The frequency to generate the report. `schedule` generates the report every scheduled time interval, and requires the `repeat` and `start` properties to be specified. `scan` generates the report after any scan of any element in the scope of the report. `none` does not generate the report automatically. Defaults to `none`. [optional]

[Back to Model list] [Back to API list] [Back to README]