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

Reidentifiability metric. This corresponds to a risk model similar to what is called "journalist risk" in the literature, except the attack dataset is statistically modeled instead of being perfectly known. This can be done using publicly available data (like the US Census), or using a custom statistical model (indicated as one or several BigQuery tables), or by extrapolating from the distribution of values in the input dataset.

Attributes

  • auxiliaryTables (type: list(GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2AuxiliaryTable.t), default: nil) - Several auxiliary tables can be used in the analysis. Each custom_tag used to tag a quasi-identifiers column must appear in exactly one column of one auxiliary table.
  • quasiIds (type: list(GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2TaggedField.t), default: nil) - Required. Fields considered to be quasi-identifiers. No two columns can have the same tag.
  • regionCode (type: String.t, default: nil) - ISO 3166-1 alpha-2 region code to use in the statistical modeling. Set if no column is tagged with a region-specific InfoType (like US_ZIP_5) or a region code.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2KMapEstimationConfig{
  auxiliaryTables:
    [GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2AuxiliaryTable.t()] | nil,
  quasiIds: [GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2TaggedField.t()] | nil,
  regionCode: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.