Show / Hide Table of Contents

Class GooglePrivacyDlpV2DatabaseResourceRegex

A pattern to match against one or more database resources. At least one pattern must be specified. Regular expressions use RE2 syntax; a guide can be found under the google/re2 repository on GitHub.

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

Properties

DatabaseRegex

Regex to test the database name against. If empty, all databases match.

Declaration
[JsonProperty("databaseRegex")]
public virtual string DatabaseRegex { get; set; }
Property Value
Type Description
string

DatabaseResourceNameRegex

Regex to test the database resource's name against. An example of a database resource name is a table's name. Other database resource names like view names could be included in the future. If empty, all database resources match.

Declaration
[JsonProperty("databaseResourceNameRegex")]
public virtual string DatabaseResourceNameRegex { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

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

InstanceRegex

Regex to test the instance name against. If empty, all instances match.

Declaration
[JsonProperty("instanceRegex")]
public virtual string InstanceRegex { 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX