Google Privacy Dlp V2Risk Analysis Job Config Args
data class GooglePrivacyDlpV2RiskAnalysisJobConfigArgs(val actions: Output<List<GooglePrivacyDlpV2ActionArgs>>? = null, val privacyMetric: Output<GooglePrivacyDlpV2PrivacyMetricArgs>? = null, val sourceTable: Output<GooglePrivacyDlpV2BigQueryTableArgs>? = null) : ConvertibleToJava<GooglePrivacyDlpV2RiskAnalysisJobConfigArgs>
Configuration for a risk analysis job. See https://cloud.google.com/dlp/docs/concepts-risk-analysis to learn more.
Constructors
Link copied to clipboard
fun GooglePrivacyDlpV2RiskAnalysisJobConfigArgs(actions: Output<List<GooglePrivacyDlpV2ActionArgs>>? = null, privacyMetric: Output<GooglePrivacyDlpV2PrivacyMetricArgs>? = null, sourceTable: Output<GooglePrivacyDlpV2BigQueryTableArgs>? = null)