PreventionJobTriggerInspectJobActionSaveFindingsOutputConfigTableArgs

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

Constructors

constructor(datasetId: Output<String>, projectId: Output<String>, tableId: Output<String>? = null)

Properties

Link copied to clipboard
val datasetId: Output<String>

The ID of the dataset containing this table.

Link copied to clipboard
val projectId: Output<String>

The ID of the project containing this table.

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

The ID of the table. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.

Functions

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