Dlp Job Args
data class DlpJobArgs(val inspectJob: Output<GooglePrivacyDlpV2InspectJobConfigArgs>? = null, val jobId: Output<String>? = null, val location: Output<String>? = null, val project: Output<String>? = null, val riskJob: Output<GooglePrivacyDlpV2RiskAnalysisJobConfigArgs>? = null) : ConvertibleToJava<DlpJobArgs>
Creates a new job to inspect storage or calculate risk metrics. See https://cloud.google.com/dlp/docs/inspecting-storage and https://cloud.google.com/dlp/docs/compute-risk-analysis to learn more. When no InfoTypes or CustomInfoTypes are specified in inspect jobs, the system will automatically choose what detectors to run. By default this may be all types, but may change over time as detectors are updated. Auto-naming is currently not supported for this resource.
Constructors
Link copied to clipboard
fun DlpJobArgs(inspectJob: Output<GooglePrivacyDlpV2InspectJobConfigArgs>? = null, jobId: Output<String>? = null, location: Output<String>? = null, project: Output<String>? = null, riskJob: Output<GooglePrivacyDlpV2RiskAnalysisJobConfigArgs>? = null)