PreventionJobTriggerInspectJobActionArgs

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

Sends an email when the job completes. The email goes to IAM project owners and technical Essential Contacts.

Link copied to clipboard
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.

Functions

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