Show / Hide Table of Contents

Class GooglePrivacyDlpV2HybridFindingDetails

Populate to associate additional data with each finding.

Inheritance
object
GooglePrivacyDlpV2HybridFindingDetails
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2HybridFindingDetails : IDirectResponseSchema

Properties

ContainerDetails

Details about the container where the content being inspected is from.

Declaration
[JsonProperty("containerDetails")]
public virtual GooglePrivacyDlpV2Container ContainerDetails { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2Container

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

FileOffset

Offset in bytes of the line, from the beginning of the file, where the finding is located. Populate if the item being scanned is only part of a bigger item, such as a shard of a file and you want to track the absolute position of the finding.

Declaration
[JsonProperty("fileOffset")]
public virtual long? FileOffset { get; set; }
Property Value
Type Description
long?

Labels

Labels to represent user provided metadata about the data being inspected. If configured by the job, some key values may be required. The labels associated with Finding's produced by hybrid inspection. Label keys must be between 1 and 63 characters long and must conform to the following regular expression: [a-z]([-a-z0-9]*[a-z0-9])?. Label values must be between 0 and 63 characters long and must conform to the regular expression ([a-z]([-a-z0-9]*[a-z0-9])?)?. No more than 10 labels can be associated with a given finding. Examples: * "environment" : "production" * "pipeline" : "etl"

Declaration
[JsonProperty("labels")]
public virtual IDictionary<string, string> Labels { get; set; }
Property Value
Type Description
IDictionary<string, string>

RowOffset

Offset of the row for tables. Populate if the row(s) being scanned are part of a bigger dataset and you want to keep track of their absolute position.

Declaration
[JsonProperty("rowOffset")]
public virtual long? RowOffset { get; set; }
Property Value
Type Description
long?

TableOptions

If the container is a table, additional information to make findings meaningful such as the columns that are primary keys. If not known ahead of time, can also be set within each inspect hybrid call and the two will be merged. Note that identifying_fields will only be stored to BigQuery, and only if the BigQuery action has been included.

Declaration
[JsonProperty("tableOptions")]
public virtual GooglePrivacyDlpV2TableOptions TableOptions { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2TableOptions

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX