Show / Hide Table of Contents

Class GooglePrivacyDlpV2DatabaseResourceReference

Identifies a single database resource, like a table within a database.

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

Properties

Database

Required. Name of a database within the instance.

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

DatabaseResource

Required. Name of a database resource, for example, a table within the database.

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

Instance

Required. The instance where this resource is located. For example: Cloud SQL instance ID.

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

ProjectId

Required. If within a project-level config, then this must match the config's project ID.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX