Show / Hide Table of Contents

Class GooglePrivacyDlpV2DiscoveryVertexDatasetFilter

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

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

Properties

Collection

A specific set of Vertex AI datasets for this filter to apply to.

Declaration
[JsonProperty("collection")]
public virtual GooglePrivacyDlpV2VertexDatasetCollection Collection { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2VertexDatasetCollection

ETag

The ETag of the item.

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

Others

Catch-all. This should always be the last target 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("others")]
public virtual GooglePrivacyDlpV2AllOtherResources Others { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2AllOtherResources

VertexDatasetResourceReference

The dataset resource to scan. Targets including this can only include one target (the target with this dataset resource reference).

Declaration
[JsonProperty("vertexDatasetResourceReference")]
public virtual GooglePrivacyDlpV2VertexDatasetResourceReference VertexDatasetResourceReference { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2VertexDatasetResourceReference

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX