Google Privacy Dlp V2KMap Estimation Config Args
data class GooglePrivacyDlpV2KMapEstimationConfigArgs(val auxiliaryTables: Output<List<GooglePrivacyDlpV2AuxiliaryTableArgs>>? = null, val quasiIds: Output<List<GooglePrivacyDlpV2TaggedFieldArgs>>, val regionCode: Output<String>? = null) : ConvertibleToJava<GooglePrivacyDlpV2KMapEstimationConfigArgs>
Reidentifiability metric. This corresponds to a risk model similar to what is called "journalist risk" in the literature, except the attack dataset is statistically modeled instead of being perfectly known. This can be done using publicly available data (like the US Census), or using a custom statistical model (indicated as one or several BigQuery tables), or by extrapolating from the distribution of values in the input dataset.
Constructors
Link copied to clipboard
fun GooglePrivacyDlpV2KMapEstimationConfigArgs(auxiliaryTables: Output<List<GooglePrivacyDlpV2AuxiliaryTableArgs>>? = null, quasiIds: Output<List<GooglePrivacyDlpV2TaggedFieldArgs>>, regionCode: Output<String>? = null)