google_api_dlp v0.9.0 GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2LDiversityConfig View Source
l-diversity metric, used for analysis of reidentification risk.
Attributes
- quasiIds ([GooglePrivacyDlpV2FieldId]): 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. Defaults to:
null. - sensitiveAttribute (GooglePrivacyDlpV2FieldId): Sensitive field for computing the l-value. Defaults to:
null.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2LDiversityConfig{
quasiIds: [GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2FieldId.t()],
sensitiveAttribute: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2FieldId.t()
}
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
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.