google_api_dlp v0.36.0 GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2LDiversityConfig View Source
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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2LDiversityConfig{ quasiIds: [GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2FieldId.t()], sensitiveAttribute: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2FieldId.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.