google_api_dlp v0.36.0 GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2QuasiId View Source

A column with a semantic tag attached.

Attributes

  • customTag (type: String.t, default: nil) - A column can be tagged with a custom tag. In this case, the user must indicate an auxiliary table that contains statistical information on the possible values of this column (below).
  • field (type: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2FieldId.t, default: nil) - Required. Identifies the column.
  • inferred (type: GoogleApi.DLP.V2.Model.GoogleProtobufEmpty.t, default: nil) - If no semantic tag is indicated, we infer the statistical model from the distribution of values in the input data
  • infoType (type: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InfoType.t, default: nil) - A column can be tagged with a InfoType to use the relevant public dataset as a statistical model of population, if available. We currently support US ZIP codes, region codes, ages and genders. To programmatically obtain the list of supported InfoTypes, use ListInfoTypes with the supported_by=RISK_ANALYSIS filter.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.