Represents a container that may contain DLP findings. Examples of a
container include a file, table, or database record.
.. attribute:: type
Container type, for example BigQuery or Google Cloud Storage.
A string representation of the full container name. Examples:
BigQuery: ‘Project:DataSetId.TableId’ - Google Cloud
Storage: ‘gs://Bucket/folders/filename.txt’
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
Findings container version, if available (“generation” for
Google Cloud Storage).
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-12-04 UTC."],[],[]]