Class GooglePrivacyDlpV2DatabaseResourceReference
Identifies a single database resource, like a table within a database.
Implements
Inherited Members
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 |