Google Privacy Dlp V2Statistical Table Args
data class GooglePrivacyDlpV2StatisticalTableArgs(val quasiIds: Output<List<GooglePrivacyDlpV2QuasiIdentifierFieldArgs>>, val relativeFrequency: Output<GooglePrivacyDlpV2FieldIdArgs>, val table: Output<GooglePrivacyDlpV2BigQueryTableArgs>) : ConvertibleToJava<GooglePrivacyDlpV2StatisticalTableArgs>
An auxiliary table containing statistical information on the relative frequency of different quasi-identifiers values. It has one or several quasi-identifiers columns, and one column that indicates the relative frequency of each quasi-identifier tuple. If a tuple is present in the data but not in the auxiliary table, the corresponding relative frequency is assumed to be zero (and thus, the tuple is highly reidentifiable).
Constructors
Link copied to clipboard
constructor(quasiIds: Output<List<GooglePrivacyDlpV2QuasiIdentifierFieldArgs>>, relativeFrequency: Output<GooglePrivacyDlpV2FieldIdArgs>, table: Output<GooglePrivacyDlpV2BigQueryTableArgs>)