Show / Hide Table of Contents

Class GooglePrivacyDlpV2VertexDatasetDiscoveryTarget

Target used to match against for discovery with Vertex AI datasets.

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

Properties

Conditions

In addition to matching the filter, these conditions must be true before a profile is generated.

Declaration
[JsonProperty("conditions")]
public virtual GooglePrivacyDlpV2DiscoveryVertexDatasetConditions Conditions { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2DiscoveryVertexDatasetConditions

Disabled

Disable profiling for datasets that match this filter.

Declaration
[JsonProperty("disabled")]
public virtual GooglePrivacyDlpV2Disabled Disabled { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2Disabled

ETag

The ETag of the item.

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

Filter

Required. The datasets the discovery cadence applies to. The first target with a matching filter will be the one to apply to a dataset.

Declaration
[JsonProperty("filter")]
public virtual GooglePrivacyDlpV2DiscoveryVertexDatasetFilter Filter { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2DiscoveryVertexDatasetFilter

GenerationCadence

How often and when to update profiles. New datasets that match both the filter and conditions are scanned as quickly as possible depending on system capacity.

Declaration
[JsonProperty("generationCadence")]
public virtual GooglePrivacyDlpV2DiscoveryVertexDatasetGenerationCadence GenerationCadence { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2DiscoveryVertexDatasetGenerationCadence

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX