Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 4.59 KB

File metadata and controls

21 lines (17 loc) · 4.59 KB

DlpReport

Full policy information that will be used for scans.

Fields

Field Type Required Description
id Optional<String> N/A
name Optional<String> N/A
config Optional<DlpConfig> Detailed configuration of what documents and sensitive content will be scanned.
frequency Optional<DlpFrequency> Interval between scans. DAILY is deprecated.
status Optional<DlpReportStatus> The status of the policy/report. Only ACTIVE status will be picked for scans.
createdBy Optional<DlpPerson> Details about the person who created this report/policy.
createdAt Optional<String> Timestamp at which the policy was created.
lastUpdatedAt Optional<String> Timestamp at which the policy was last updated.
autoHideDocs Optional<Boolean> Auto hide documents with findings in the policy.
lastScanStatus Optional<LastScanStatus> N/A
lastScanStartTime Optional<String> The timestamp at which the report's last run/scan began.
updatedBy Optional<DlpPerson> Details about the person who created this report/policy.