Class Container (0.15.2)

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

Project where the finding was found. Can be different from the project that owns the finding.

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

    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.