View Source GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2LDiversityConfig (google_api_dlp v0.45.0)

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

Attributes

  • quasiIds (type: list(GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2FieldId.t), default: nil) - 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.
  • sensitiveAttribute (type: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2FieldId.t, default: nil) - Sensitive field for computing the l-value.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2LDiversityConfig{
  quasiIds: [GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2FieldId.t()] | nil,
  sensitiveAttribute: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2FieldId.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.