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

User specified templates and configs for how to deidentify structured, unstructures, and image files. User must provide either a unstructured deidentify template or at least one redact image config.

Attributes

  • deidentifyTemplate (type: String.t, default: nil) - De-identify template. If this template is specified, it will serve as the default de-identify template. This template cannot contain record_transformations since it can be used for unstructured content such as free-form text files. If this template is not set, a default ReplaceWithInfoTypeConfig will be used to de-identify unstructured content.
  • imageRedactTemplate (type: String.t, default: nil) - Image redact template. If this template is specified, it will serve as the de-identify template for images. If this template is not set, all findings in the image will be redacted with a black box.
  • structuredDeidentifyTemplate (type: String.t, default: nil) - Structured de-identify template. If this template is specified, it will serve as the de-identify template for structured content such as delimited files and tables. If this template is not set but the deidentify_template is set, then deidentify_template will also apply to the structured content. If neither template is set, a default ReplaceWithInfoTypeConfig will be used to de-identify structured content.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2TransformationConfig{
  deidentifyTemplate: String.t() | nil,
  imageRedactTemplate: String.t() | nil,
  structuredDeidentifyTemplate: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.