Google Privacy Dlp V2LDiversity Equivalence Class Response
data class GooglePrivacyDlpV2LDiversityEquivalenceClassResponse(val equivalenceClassSize: String, val numDistinctSensitiveValues: String, val quasiIdsValues: List<GooglePrivacyDlpV2ValueResponse>, val topSensitiveValues: List<GooglePrivacyDlpV2ValueFrequencyResponse>)
The set of columns' values that share the same ldiversity value.
Constructors
Link copied to clipboard
constructor(equivalenceClassSize: String, numDistinctSensitiveValues: String, quasiIdsValues: List<GooglePrivacyDlpV2ValueResponse>, topSensitiveValues: List<GooglePrivacyDlpV2ValueFrequencyResponse>)
Properties
Link copied to clipboard
Size of the k-anonymity equivalence class.
Link copied to clipboard
Number of distinct sensitive values in this equivalence class.
Link copied to clipboard
Quasi-identifier values defining the k-anonymity equivalence class. The order is always the same as the original request.
Link copied to clipboard
Estimated frequencies of top sensitive values.