PreventionJobTriggerInspectJobActionSaveFindingsOutputConfigTableArgs

data class PreventionJobTriggerInspectJobActionSaveFindingsOutputConfigTableArgs(val datasetId: Output<String>, val projectId: Output<String>, val tableId: Output<String>? = null) : ConvertibleToJava<PreventionJobTriggerInspectJobActionSaveFindingsOutputConfigTableArgs>

Constructors

Functions

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

Properties

Link copied to clipboard
val datasetId: Output<String>

Dataset ID of the table.

Link copied to clipboard
val projectId: Output<String>

The Google Cloud Platform project ID of the project containing the table.

Link copied to clipboard
val tableId: Output<String>? = null

Name of the table. If is not set a new one will be generated for you with the following format: dlp_googleapis_yyyy_mm_dd_[dlp_job_id]. Pacific timezone will be used for generating the date details.