GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Container (google_api_dlp v0.40.3) 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 tableproject_id:dataset_id.table_id, the relative path istable_id- Google Cloud Storage filegs://bucket/folder/filename.txt, the relative path isfolder/filename.txt -
rootPath(type:String.t, default:nil) - The root of the container. Examples: - For BigQuery tableproject_id:dataset_id.table_id, the root isdataset_id- For Google Cloud Storage filegs://bucket/folder/filename.txt, the root isgs://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
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.