Module: Google::Cloud::Dlp::V2::DlpJobType
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
An enum to represent the various types of DLP jobs.
Constant Summary collapse
- DLP_JOB_TYPE_UNSPECIFIED =
Defaults to INSPECT_JOB.
0
- INSPECT_JOB =
The job inspected Google Cloud for sensitive data.
1
- RISK_ANALYSIS_JOB =
The job executed a Risk Analysis computation.
2