View Source GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2PrivacyMetric (google_api_dlp v0.53.0)

Privacy metric to compute for reidentification risk analysis.

Attributes

  • categoricalStatsConfig (type: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2CategoricalStatsConfig.t, default: nil) - Categorical stats
  • deltaPresenceEstimationConfig (type: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DeltaPresenceEstimationConfig.t, default: nil) - delta-presence
  • kAnonymityConfig (type: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2KAnonymityConfig.t, default: nil) - K-anonymity
  • kMapEstimationConfig (type: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2KMapEstimationConfig.t, default: nil) - k-map
  • lDiversityConfig (type: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2LDiversityConfig.t, default: nil) - l-diversity
  • numericalStatsConfig (type: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2NumericalStatsConfig.t, default: nil) - Numerical stats

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2PrivacyMetric{
  categoricalStatsConfig:
    GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2CategoricalStatsConfig.t() | nil,
  deltaPresenceEstimationConfig:
    GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DeltaPresenceEstimationConfig.t()
    | nil,
  kAnonymityConfig:
    GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2KAnonymityConfig.t() | nil,
  kMapEstimationConfig:
    GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2KMapEstimationConfig.t() | nil,
  lDiversityConfig:
    GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2LDiversityConfig.t() | nil,
  numericalStatsConfig:
    GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2NumericalStatsConfig.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.