Prevention Job Trigger Inspect Job Action
data class PreventionJobTriggerInspectJobAction(val deidentify: PreventionJobTriggerInspectJobActionDeidentify? = null, val jobNotificationEmails: PreventionJobTriggerInspectJobActionJobNotificationEmails? = null, val pubSub: PreventionJobTriggerInspectJobActionPubSub? = null, val publishFindingsToCloudDataCatalog: PreventionJobTriggerInspectJobActionPublishFindingsToCloudDataCatalog? = null, val publishSummaryToCscc: PreventionJobTriggerInspectJobActionPublishSummaryToCscc? = null, val publishToStackdriver: PreventionJobTriggerInspectJobActionPublishToStackdriver? = null, val saveFindings: PreventionJobTriggerInspectJobActionSaveFindings? = null)
Constructors
Link copied to clipboard
constructor(deidentify: PreventionJobTriggerInspectJobActionDeidentify? = null, jobNotificationEmails: PreventionJobTriggerInspectJobActionJobNotificationEmails? = null, pubSub: PreventionJobTriggerInspectJobActionPubSub? = null, publishFindingsToCloudDataCatalog: PreventionJobTriggerInspectJobActionPublishFindingsToCloudDataCatalog? = null, publishSummaryToCscc: PreventionJobTriggerInspectJobActionPublishSummaryToCscc? = null, publishToStackdriver: PreventionJobTriggerInspectJobActionPublishToStackdriver? = null, saveFindings: PreventionJobTriggerInspectJobActionSaveFindings? = null)
Properties
Link copied to clipboard
Create a de-identified copy of the requested table or files. Structure is documented below.
Link copied to clipboard
Sends an email when the job completes. The email goes to IAM project owners and technical Essential Contacts.
Link copied to clipboard
val publishFindingsToCloudDataCatalog: PreventionJobTriggerInspectJobActionPublishFindingsToCloudDataCatalog? = null
Publish findings of a DlpJob to Data Catalog.
Link copied to clipboard
Publish the result summary of a DlpJob to the Cloud Security Command Center.
Link copied to clipboard
Enable Stackdriver metric dlp.googleapis.com/findingCount.
Link copied to clipboard
Publish a message into a given Pub/Sub topic when the job completes. Structure is documented below.
Link copied to clipboard
If set, the detailed findings will be persisted to the specified OutputStorageConfig. Only a single instance of this action can be specified. Compatible with: Inspect, Risk Structure is documented below.