Class GooglePrivacyDlpV2VertexDatasetRegex
A pattern to match against one or more dataset resources.
Implements
Inherited Members
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2VertexDatasetRegex : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ProjectIdRegex
For organizations, if unset, will match all projects. Has no effect for configurations created within a project.
Declaration
[JsonProperty("projectIdRegex")]
public virtual string ProjectIdRegex { get; set; }
Property Value
Type | Description |
---|---|
string |