Google Privacy Dlp V2Inspect Job Config Args
data class GooglePrivacyDlpV2InspectJobConfigArgs(val actions: Output<List<GooglePrivacyDlpV2ActionArgs>>? = null, val inspectConfig: Output<GooglePrivacyDlpV2InspectConfigArgs>? = null, val inspectTemplateName: Output<String>? = null, val storageConfig: Output<GooglePrivacyDlpV2StorageConfigArgs>? = null) : ConvertibleToJava<GooglePrivacyDlpV2InspectJobConfigArgs>
Controls what and how to inspect for findings.
Constructors
Link copied to clipboard
fun GooglePrivacyDlpV2InspectJobConfigArgs(actions: Output<List<GooglePrivacyDlpV2ActionArgs>>? = null, inspectConfig: Output<GooglePrivacyDlpV2InspectConfigArgs>? = null, inspectTemplateName: Output<String>? = null, storageConfig: Output<GooglePrivacyDlpV2StorageConfigArgs>? = null)