Show / Hide Table of Contents

Class GooglePrivacyDlpV2DiscoveryBigQueryFilter

Determines what tables will have profiles generated within an organization or project. Includes the ability to filter by regular expression patterns on project ID, dataset ID, and table ID.

Inheritance
object
GooglePrivacyDlpV2DiscoveryBigQueryFilter
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 GooglePrivacyDlpV2DiscoveryBigQueryFilter : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

OtherTables

Catch-all. This should always be the last filter in the list because anything above it will apply first. Should only appear once in a configuration. If none is specified, a default one will be added automatically.

Declaration
[JsonProperty("otherTables")]
public virtual GooglePrivacyDlpV2AllOtherBigQueryTables OtherTables { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2AllOtherBigQueryTables

TableReference

The table to scan. Discovery configurations including this can only include one DiscoveryTarget (the DiscoveryTarget with this TableReference).

Declaration
[JsonProperty("tableReference")]
public virtual GooglePrivacyDlpV2TableReference TableReference { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2TableReference

Tables

A specific set of tables for this filter to apply to. A table collection must be specified in only one filter per config. If a table id or dataset is empty, Cloud DLP assumes all tables in that collection must be profiled. Must specify a project ID.

Declaration
[JsonProperty("tables")]
public virtual GooglePrivacyDlpV2BigQueryTableCollection Tables { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2BigQueryTableCollection

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX