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

The inspectTemplate contains a configuration (set of types of sensitive data to be detected) to be used anywhere you otherwise would normally specify InspectConfig. 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.
  • description (String.t): Short description (max 256 chars). Defaults to: null.
  • displayName (String.t): Display name (max 256 chars). Defaults to: null.
  • inspectConfig (GooglePrivacyDlpV2InspectConfig): The core content of the template. Configuration of the scanning process. Defaults to: null.
  • name (String.t): The template name. Output only. The template will have one of the following formats: `projects/PROJECT_ID/inspectTemplates/TEMPLATE_ID` OR `organizations/ORGANIZATION_ID/inspectTemplates/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.GooglePrivacyDlpV2InspectTemplate{
  createTime: DateTime.t(),
  description: any(),
  displayName: any(),
  inspectConfig: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InspectConfig.t(),
  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.