GooglePrivacyDlpV2InspectJobConfigArgs

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
constructor(actions: Output<List<GooglePrivacyDlpV2ActionArgs>>? = null, inspectConfig: Output<GooglePrivacyDlpV2InspectConfigArgs>? = null, inspectTemplateName: Output<String>? = null, storageConfig: Output<GooglePrivacyDlpV2StorageConfigArgs>? = null)

Properties

Link copied to clipboard

Actions to execute at the completion of the job.

Link copied to clipboard

How and what to scan for.

Link copied to clipboard
val inspectTemplateName: Output<String>? = null

If provided, will be used as the default for all values in InspectConfig. inspect_config will be merged into the values persisted as part of the template.

Link copied to clipboard

The data to scan.

Functions

Link copied to clipboard
open override fun toJava(): GooglePrivacyDlpV2InspectJobConfigArgs