PreventionJobTriggerInspectJobActionArgs

data class PreventionJobTriggerInspectJobActionArgs(val pubSub: Output<PreventionJobTriggerInspectJobActionPubSubArgs>? = null, val publishFindingsToCloudDataCatalog: Output<PreventionJobTriggerInspectJobActionPublishFindingsToCloudDataCatalogArgs>? = null, val publishSummaryToCscc: Output<PreventionJobTriggerInspectJobActionPublishSummaryToCsccArgs>? = null, val saveFindings: Output<PreventionJobTriggerInspectJobActionSaveFindingsArgs>? = null) : ConvertibleToJava<PreventionJobTriggerInspectJobActionArgs>

Constructors

Functions

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

Properties

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

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.