Represents a container that may contain DLP findings. Examples of a container include a file, table, or database record.
JSON representation | |
---|---|
{ "type": string, "projectId": string, "fullPath": string, "rootPath": string, "relativePath": string, "updateTime": string, "version": string } |
Fields | |
---|---|
type |
Container type, for example BigQuery or Google Cloud Storage. |
projectId |
Project where the finding was found. Can be different from the project that owns the finding. |
fullPath |
A string representation of the full container name. Examples: - BigQuery: 'Project:DataSetId.TableId' - Google Cloud Storage: 'gs://Bucket/folders/filename.txt' |
rootPath |
The root of the container. Examples: - For BigQuery table |
relativePath |
The rest of the path after the root. Examples: - For BigQuery table |
updateTime |
Findings container modification timestamp, if applicable. For Google Cloud Storage contains last file modification timestamp. For BigQuery table contains lastModifiedTime property. For Datastore - not populated. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
version |
Findings container version, if available ("generation" for Google Cloud Storage). |