Google Privacy Dlp V2Big Query Options Args
data class GooglePrivacyDlpV2BigQueryOptionsArgs(val excludedFields: Output<List<GooglePrivacyDlpV2FieldIdArgs>>? = null, val identifyingFields: Output<List<GooglePrivacyDlpV2FieldIdArgs>>? = null, val includedFields: Output<List<GooglePrivacyDlpV2FieldIdArgs>>? = null, val rowsLimit: Output<String>? = null, val rowsLimitPercent: Output<Int>? = null, val sampleMethod: Output<GooglePrivacyDlpV2BigQueryOptionsSampleMethod>? = null, val tableReference: Output<GooglePrivacyDlpV2BigQueryTableArgs>? = null) : ConvertibleToJava<GooglePrivacyDlpV2BigQueryOptionsArgs>
Options defining BigQuery table and row identifiers.
Constructors
Link copied to clipboard
fun GooglePrivacyDlpV2BigQueryOptionsArgs(excludedFields: Output<List<GooglePrivacyDlpV2FieldIdArgs>>? = null, identifyingFields: Output<List<GooglePrivacyDlpV2FieldIdArgs>>? = null, includedFields: Output<List<GooglePrivacyDlpV2FieldIdArgs>>? = null, rowsLimit: Output<String>? = null, rowsLimitPercent: Output<Int>? = null, sampleMethod: Output<GooglePrivacyDlpV2BigQueryOptionsSampleMethod>? = null, tableReference: Output<GooglePrivacyDlpV2BigQueryTableArgs>? = null)
Functions
Properties
Link copied to clipboard
Table fields that may uniquely identify a row within the table. When actions.saveFindings.outputConfig.table
is specified, the values of columns specified here are available in the output table under location.content_locations.record_location.record_key.id_values
. Nested fields such as person.birthdate.year
are allowed.