Google Privacy Dlp V2KAnonymity Config Response
data class GooglePrivacyDlpV2KAnonymityConfigResponse(val entityId: GooglePrivacyDlpV2EntityIdResponse, val quasiIds: List<GooglePrivacyDlpV2FieldIdResponse>)
k-anonymity metric, used for analysis of reidentification risk.
Constructors
Link copied to clipboard
fun GooglePrivacyDlpV2KAnonymityConfigResponse(entityId: GooglePrivacyDlpV2EntityIdResponse, quasiIds: List<GooglePrivacyDlpV2FieldIdResponse>)
Types
Properties
Link copied to clipboard
Message indicating that multiple rows might be associated to a single individual. If the same entity_id is associated to multiple quasi-identifier tuples over distinct rows, we consider the entire collection of tuples as the composite quasi-identifier. This collection is a multiset: the order in which the different tuples appear in the dataset is ignored, but their frequency is taken into account. Important note: a maximum of 1000 rows can be associated to a single entity ID. If more rows are associated with the same entity ID, some might be ignored.