Class GooglePrivacyDlpV2DataProfileFindingLocation
Location of a data profile finding within a resource.
Implements
Inherited Members
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2DataProfileFindingLocation : IDirectResponseSchema
Properties
ContainerName
Name of the container where the finding is located. The top-level name is the source file name or table
name. Names of some common storage containers are formatted as follows: * BigQuery tables:
{project_id}:{dataset_id}.{table_id}
* Cloud Storage files: gs://{bucket}/{path}
Declaration
[JsonProperty("containerName")]
public virtual string ContainerName { get; set; }
Property Value
Type | Description |
---|---|
string |
DataProfileFindingRecordLocation
Location of a finding within a resource that produces a table data profile.
Declaration
[JsonProperty("dataProfileFindingRecordLocation")]
public virtual GooglePrivacyDlpV2DataProfileFindingRecordLocation DataProfileFindingRecordLocation { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2DataProfileFindingRecordLocation |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |