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
url_greenlist List[str] : 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
datasources_type Optional[models.DatasourcesType] The types of datasource for which to run the report/policy.
datasources List[str] : 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.
datasource_instances List[str] List of datasource instances to consider for report/policy.
time_period_type Optional[models.InputOptionsTimePeriodType] Type of time period for which to run the report/policy. PAST_DAY is deprecated.
custom_time_range Optional[models.TimeRange] N/A
subset_doc_ids_to_scan List[str] Subset of document IDs to scan. If empty, all documents matching other scope criteria will be scanned.