Show / Hide Table of Contents

Class GooglePrivacyDlpV2Connection

A data connection to allow the DLP API to profile data in locations that require additional configuration.

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

Properties

CloudSql

Connect to a Cloud SQL instance.

Declaration
[JsonProperty("cloudSql")]
public virtual GooglePrivacyDlpV2CloudSqlProperties CloudSql { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2CloudSqlProperties

ETag

The ETag of the item.

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

Errors

Output only. Set if status == ERROR, to provide additional details. Will store the last 10 errors sorted with the most recent first.

Declaration
[JsonProperty("errors")]
public virtual IList<GooglePrivacyDlpV2Error> Errors { get; set; }
Property Value
Type Description
IList<GooglePrivacyDlpV2Error>

Name

Output only. Name of the connection: projects/{project}/locations/{location}/connections/{name}.

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

State

Required. The connection's state in its lifecycle.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX