Prevention Discovery Config Target Big Query Target Conditions Args
data class PreventionDiscoveryConfigTargetBigQueryTargetConditionsArgs(val createdAfter: Output<String>? = null, val orConditions: Output<PreventionDiscoveryConfigTargetBigQueryTargetConditionsOrConditionsArgs>? = null, val typeCollection: Output<String>? = null, val types: Output<PreventionDiscoveryConfigTargetBigQueryTargetConditionsTypesArgs>? = null) : ConvertibleToJava<PreventionDiscoveryConfigTargetBigQueryTargetConditionsArgs>
Constructors
Link copied to clipboard
constructor(createdAfter: Output<String>? = null, orConditions: Output<PreventionDiscoveryConfigTargetBigQueryTargetConditionsOrConditionsArgs>? = null, typeCollection: Output<String>? = null, types: Output<PreventionDiscoveryConfigTargetBigQueryTargetConditionsTypesArgs>? = 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
val orConditions: Output<PreventionDiscoveryConfigTargetBigQueryTargetConditionsOrConditionsArgs>? = null
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.