google_api_dlp v0.9.0 GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DeidentifyConfig View Source

The configuration that controls how the data will change.

Attributes

  • infoTypeTransformations (GooglePrivacyDlpV2InfoTypeTransformations): Treat the dataset as free-form text and apply the same free text transformation everywhere. Defaults to: null.
  • recordTransformations (GooglePrivacyDlpV2RecordTransformations): Treat the dataset as structured. Transformations can be applied to specific locations within structured datasets, such as transforming a column within a table. 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() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DeidentifyConfig{
  infoTypeTransformations:
    GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InfoTypeTransformations.t(),
  recordTransformations:
    GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2RecordTransformations.t()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.