PreventionJobTriggerInspectJobActionSaveFindingsOutputConfigArgs

data class PreventionJobTriggerInspectJobActionSaveFindingsOutputConfigArgs(val outputSchema: Output<String>? = null, val table: Output<PreventionJobTriggerInspectJobActionSaveFindingsOutputConfigTableArgs>) : ConvertibleToJava<PreventionJobTriggerInspectJobActionSaveFindingsOutputConfigArgs>

Constructors

Properties

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

Schema used for writing the findings for Inspect jobs. This field is only used for Inspect and must be unspecified for Risk jobs. Columns are derived from the Finding object. If appending to an existing table, any columns from the predefined schema that are missing will be added. No columns in the existing table will be deleted. If unspecified, then all available columns will be used for a new table or an (existing) table with no schema, and no changes will be made to an existing table that has a schema. Only for use with external storage. Possible values are: BASIC_COLUMNS, GCS_COLUMNS, DATASTORE_COLUMNS, BIG_QUERY_COLUMNS, ALL_COLUMNS.

Link copied to clipboard

Information on the location of the target BigQuery Table. Structure is documented below.

Functions

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