Prevention Discovery Config Target Big Query Target Conditions
data class PreventionDiscoveryConfigTargetBigQueryTargetConditions(val createdAfter: String? = null, val orConditions: PreventionDiscoveryConfigTargetBigQueryTargetConditionsOrConditions? = null, val typeCollection: String? = null, val types: PreventionDiscoveryConfigTargetBigQueryTargetConditionsTypes? = null)
Constructors
Link copied to clipboard
constructor(createdAfter: String? = null, orConditions: PreventionDiscoveryConfigTargetBigQueryTargetConditionsOrConditions? = null, typeCollection: String? = null, types: PreventionDiscoveryConfigTargetBigQueryTargetConditionsTypes? = null)
Properties
Link copied to clipboard
A timestamp in RFC3339 UTC "Zulu" format with nanosecond resolution and upto nine fractional digits.
Link copied to clipboard
At least one of the conditions must be true for a table to be scanned. Structure is documented below.
Link copied to clipboard
Restrict discovery to categories of table types. Currently view, materialized view, snapshot and non-biglake external tables are supported. Possible values are: BIG_QUERY_COLLECTION_ALL_TYPES, BIG_QUERY_COLLECTION_ONLY_SUPPORTED_TYPES.
Link copied to clipboard
Data profiles will only be generated for the database resource types specified in this field. If not specified, defaults to DATABASE_RESOURCE_TYPE_ALL_SUPPORTED_TYPES. Each value may be one of: DATABASE_RESOURCE_TYPE_ALL_SUPPORTED_TYPES, DATABASE_RESOURCE_TYPE_TABLE.