google_api_dlp v0.36.0 GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Container View Source

Represents a container that may contain DLP findings. Examples of a container include a file, table, or database record.

Attributes

  • fullPath (type: String.t, default: nil) - A string representation of the full container name. Examples:

    • BigQuery: 'Project:DataSetId.TableId'
    • Google Cloud Storage: 'gs://Bucket/folders/filename.txt'
  • projectId (type: String.t, default: nil) - Project where the finding was found. Can be different from the project that owns the finding.
  • relativePath (type: String.t, default: nil) - The rest of the path after the root. Examples:

    • For BigQuery table project_id:dataset_id.table_id, the relative path is table_id
    • Google Cloud Storage file gs://bucket/folder/filename.txt, the relative path is folder/filename.txt
  • rootPath (type: String.t, default: nil) - The root of the container. Examples:

    • For BigQuery table project_id:dataset_id.table_id, the root is dataset_id
    • For Google Cloud Storage file gs://bucket/folder/filename.txt, the root is gs://bucket
  • type (type: String.t, default: nil) - Container type, for example BigQuery or Google Cloud Storage.
  • updateTime (type: DateTime.t, default: nil) - Findings container modification timestamp, if applicable. For Google Cloud Storage contains last file modification timestamp. For BigQuery table contains last_modified_time property. For Datastore - not populated.
  • version (type: String.t, default: nil) - Findings container version, if available ("generation" for Google Cloud Storage).

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Container{
  fullPath: String.t(),
  projectId: String.t(),
  relativePath: String.t(),
  rootPath: String.t(),
  type: String.t(),
  updateTime: DateTime.t(),
  version: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.