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.
Implements
Inherited Members
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 |