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 Cloud Storage. |
project |
Project where the finding was found. Can be different from the project that owns the finding. |
full |
A string representation of the full container name. Examples: - BigQuery: 'Project:DataSetId.TableId' - Cloud Storage: 'gs://Bucket/folders/filename.txt' |
root |
The root of the container. Examples:
|
relative |
The rest of the path after the root. Examples:
|
update |
Findings container modification timestamp, if applicable. For Cloud Storage, this field contains the last file modification timestamp. For a BigQuery table, this field contains the lastModifiedTime property. For Datastore, this field isn't 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 Cloud Storage). |