GooglePrivacyDlpV2LDiversityConfigArgs

data class GooglePrivacyDlpV2LDiversityConfigArgs(val quasiIds: Output<List<GooglePrivacyDlpV2FieldIdArgs>>? = null, val sensitiveAttribute: Output<GooglePrivacyDlpV2FieldIdArgs>? = null) : ConvertibleToJava<GooglePrivacyDlpV2LDiversityConfigArgs>

l-diversity metric, used for analysis of reidentification risk.

Constructors

Link copied to clipboard
constructor(quasiIds: Output<List<GooglePrivacyDlpV2FieldIdArgs>>? = null, sensitiveAttribute: Output<GooglePrivacyDlpV2FieldIdArgs>? = null)

Properties

Link copied to clipboard

Set of quasi-identifiers indicating how equivalence classes are defined for the l-diversity computation. When multiple fields are specified, they are considered a single composite key.

Link copied to clipboard

Sensitive field for computing the l-value.

Functions

Link copied to clipboard
open override fun toJava(): GooglePrivacyDlpV2LDiversityConfigArgs