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] |