Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 7.68 KB

File metadata and controls

16 lines (12 loc) · 7.68 KB

InputOptions

Controls which data-sources and what time-range to include in scans.

Fields

Field Type Required Description
urlGreenlist List<String> : warning: ** DEPRECATED **: Deprecated on 2026-02-05, removal scheduled for 2026-10-15: Field is deprecated.

list of url regex matching documents excluded from report
datasourcesType Optional<DatasourcesType> The types of datasource for which to run the report/policy.
datasources List<String> : warning: ** DEPRECATED **: Deprecated on 2026-02-05, removal scheduled for 2026-10-15: Use datasourceInstances instead.

List of datasources to consider for report. DEPRECATED - use datasourceInstances instead.
datasourceInstances List<String> List of datasource instances to consider for report/policy.
timePeriodType Optional<InputOptionsTimePeriodType> Type of time period for which to run the report/policy. PAST_DAY is deprecated.
customTimeRange Optional<TimeRange> N/A
subsetDocIdsToScan List<String> Subset of document IDs to scan. If empty, all documents matching other scope criteria will be scanned.