Full policy information that will be used for scans.
| Field | Type | Required | Description |
|---|---|---|---|
id |
Optional[str] | ➖ | N/A |
name |
Optional[str] | ➖ | N/A |
config |
Optional[models.DlpConfig] | ➖ | Detailed configuration of what documents and sensitive content will be scanned. |
frequency |
Optional[models.DlpFrequency] | ➖ | Interval between scans. DAILY is deprecated. |
status |
Optional[models.DlpReportStatus] | ➖ | The status of the policy/report. Only ACTIVE status will be picked for scans. |
created_by |
Optional[models.DlpPerson] | ➖ | Details about the person who created this report/policy. |
created_at |
Optional[str] | ➖ | Timestamp at which the policy was created. |
last_updated_at |
Optional[str] | ➖ | Timestamp at which the policy was last updated. |
auto_hide_docs |
Optional[bool] | ➖ | Auto hide documents with findings in the policy. |
last_scan_status |
Optional[models.LastScanStatus] | ➖ | N/A |
last_scan_start_time |
Optional[str] | ➖ | The timestamp at which the report's last run/scan began. |
updated_by |
Optional[models.DlpPerson] | ➖ | Details about the person who created this report/policy. |