Class GooglePrivacyDlpV2Connection
A data connection to allow the DLP API to profile data in locations that require additional configuration.
Implements
Inherited Members
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 |