Google Privacy Dlp V2Inspect Job Config Response
data class GooglePrivacyDlpV2InspectJobConfigResponse(val actions: List<GooglePrivacyDlpV2ActionResponse>, val inspectConfig: GooglePrivacyDlpV2InspectConfigResponse, val inspectTemplateName: String, val storageConfig: GooglePrivacyDlpV2StorageConfigResponse)
Controls what and how to inspect for findings.
Constructors
Link copied to clipboard
constructor(actions: List<GooglePrivacyDlpV2ActionResponse>, inspectConfig: GooglePrivacyDlpV2InspectConfigResponse, inspectTemplateName: String, storageConfig: GooglePrivacyDlpV2StorageConfigResponse)
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
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.