Prevention Job Trigger Inspect Job Action Args
data class PreventionJobTriggerInspectJobActionArgs(val deidentify: Output<PreventionJobTriggerInspectJobActionDeidentifyArgs>? = null, val jobNotificationEmails: Output<PreventionJobTriggerInspectJobActionJobNotificationEmailsArgs>? = null, val pubSub: Output<PreventionJobTriggerInspectJobActionPubSubArgs>? = null, val publishFindingsToCloudDataCatalog: Output<PreventionJobTriggerInspectJobActionPublishFindingsToCloudDataCatalogArgs>? = null, val publishSummaryToCscc: Output<PreventionJobTriggerInspectJobActionPublishSummaryToCsccArgs>? = null, val publishToStackdriver: Output<PreventionJobTriggerInspectJobActionPublishToStackdriverArgs>? = null, val saveFindings: Output<PreventionJobTriggerInspectJobActionSaveFindingsArgs>? = null) : ConvertibleToJava<PreventionJobTriggerInspectJobActionArgs>
Constructors
Link copied to clipboard
constructor(deidentify: Output<PreventionJobTriggerInspectJobActionDeidentifyArgs>? = null, jobNotificationEmails: Output<PreventionJobTriggerInspectJobActionJobNotificationEmailsArgs>? = null, pubSub: Output<PreventionJobTriggerInspectJobActionPubSubArgs>? = null, publishFindingsToCloudDataCatalog: Output<PreventionJobTriggerInspectJobActionPublishFindingsToCloudDataCatalogArgs>? = null, publishSummaryToCscc: Output<PreventionJobTriggerInspectJobActionPublishSummaryToCsccArgs>? = null, publishToStackdriver: Output<PreventionJobTriggerInspectJobActionPublishToStackdriverArgs>? = null, saveFindings: Output<PreventionJobTriggerInspectJobActionSaveFindingsArgs>? = 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
val jobNotificationEmails: Output<PreventionJobTriggerInspectJobActionJobNotificationEmailsArgs>? = null
Sends an email when the job completes. The email goes to IAM project owners and technical Essential Contacts.
Link copied to clipboard
val publishFindingsToCloudDataCatalog: Output<PreventionJobTriggerInspectJobActionPublishFindingsToCloudDataCatalogArgs>? = null
Publish findings of a DlpJob to Data Catalog.
Link copied to clipboard
val publishSummaryToCscc: Output<PreventionJobTriggerInspectJobActionPublishSummaryToCsccArgs>? = null
Publish the result summary of a DlpJob to the Cloud Security Command Center.
Link copied to clipboard
val publishToStackdriver: Output<PreventionJobTriggerInspectJobActionPublishToStackdriverArgs>? = null
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.