View Source GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2TaggedField (google_api_dlp v0.46.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2TaggedField{
  customTag: String.t() | nil,
  field: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2FieldId.t() | nil,
  inferred: GoogleApi.DLP.V2.Model.GoogleProtobufEmpty.t() | nil,
  infoType: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InfoType.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.