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

The DeidentifyTemplates contains instructions on how to deidentify content. See https://cloud.google.com/dlp/docs/concepts-templates to learn more.

Attributes

  • createTime (DateTime.t): The creation timestamp of a inspectTemplate, output only field. Defaults to: null.
  • deidentifyConfig (GooglePrivacyDlpV2DeidentifyConfig): ///////////// // The core content of the template // /////////////// Defaults to: null.
  • description (String.t): Short description (max 256 chars). Defaults to: null.
  • displayName (String.t): Display name (max 256 chars). Defaults to: null.
  • name (String.t): The template name. Output only. The template will have one of the following formats: `projects/PROJECT_ID/deidentifyTemplates/TEMPLATE_ID` OR `organizations/ORGANIZATION_ID/deidentifyTemplates/TEMPLATE_ID` Defaults to: null.
  • updateTime (DateTime.t): The last update timestamp of a inspectTemplate, output only field. 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.GooglePrivacyDlpV2DeidentifyTemplate{
  createTime: DateTime.t(),
  deidentifyConfig:
    GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DeidentifyConfig.t(),
  description: any(),
  displayName: any(),
  name: any(),
  updateTime: DateTime.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.