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

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/sensitive-data-protection/docs/concepts-templates to learn more.

Attributes

  • createTime (type: DateTime.t, default: nil) - Output only. The creation timestamp of an inspectTemplate.
  • description (type: String.t, default: nil) - Short description (max 256 chars).
  • displayName (type: String.t, default: nil) - Display name (max 256 chars).
  • inspectConfig (type: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InspectConfig.t, default: nil) - The core content of the template. Configuration of the scanning process.
  • name (type: String.t, default: nil) - Output only. The template name. The template will have one of the following formats: projects/PROJECT_ID/inspectTemplates/TEMPLATE_ID OR organizations/ORGANIZATION_ID/inspectTemplates/TEMPLATE_ID;
  • updateTime (type: DateTime.t, default: nil) - Output only. The last update timestamp of an inspectTemplate.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InspectTemplate{
  createTime: DateTime.t() | nil,
  description: String.t() | nil,
  displayName: String.t() | nil,
  inspectConfig:
    GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InspectConfig.t() | nil,
  name: String.t() | nil,
  updateTime: DateTime.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.