Prevention Discovery Config Target Big Query Target Filter
data class PreventionDiscoveryConfigTargetBigQueryTargetFilter(val otherTables: PreventionDiscoveryConfigTargetBigQueryTargetFilterOtherTables? = null, val tableReference: PreventionDiscoveryConfigTargetBigQueryTargetFilterTableReference? = null, val tables: PreventionDiscoveryConfigTargetBigQueryTargetFilterTables? = null)
Constructors
Link copied to clipboard
constructor(otherTables: PreventionDiscoveryConfigTargetBigQueryTargetFilterOtherTables? = null, tableReference: PreventionDiscoveryConfigTargetBigQueryTargetFilterTableReference? = null, tables: PreventionDiscoveryConfigTargetBigQueryTargetFilterTables? = null)
Properties
Link copied to clipboard
Catch-all. This should always be the last filter in the list because anything above it will apply first.
Link copied to clipboard
The table to scan. Discovery configurations including this can only include one DiscoveryTarget (the DiscoveryTarget with this TableReference). Structure is documented below.
Link copied to clipboard
A specific set of tables for this filter to apply to. A table collection must be specified in only one filter per config. Structure is documented below.