Class GooglePrivacyDlpV2CloudSqlProperties
Cloud SQL connection properties.
Implements
Inherited Members
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2CloudSqlProperties : IDirectResponseSchema
Properties
CloudSqlIam
Built-in IAM authentication (must be configured in Cloud SQL).
Declaration
[JsonProperty("cloudSqlIam")]
public virtual GooglePrivacyDlpV2CloudSqlIamCredential CloudSqlIam { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2CloudSqlIamCredential |
ConnectionName
Optional. Immutable. The Cloud SQL instance for which the connection is defined. Only one connection per
instance is allowed. This can only be set at creation time, and cannot be updated. It is an error to use a
connection_name from different project or region than the one that holds the connection. For example, a
Connection resource for Cloud SQL connection_name project-id:us-central1:sql-instance
must be created
under the parent projects/project-id/locations/us-central1
Declaration
[JsonProperty("connectionName")]
public virtual string ConnectionName { get; set; }
Property Value
Type | Description |
---|---|
string |
DatabaseEngine
Required. The database engine used by the Cloud SQL instance that this connection configures.
Declaration
[JsonProperty("databaseEngine")]
public virtual string DatabaseEngine { 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 |
MaxConnections
Required. The DLP API will limit its connections to max_connections. Must be 2 or greater.
Declaration
[JsonProperty("maxConnections")]
public virtual int? MaxConnections { get; set; }
Property Value
Type | Description |
---|---|
int? |
UsernamePassword
A username and password stored in Secret Manager.
Declaration
[JsonProperty("usernamePassword")]
public virtual GooglePrivacyDlpV2SecretManagerCredential UsernamePassword { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2SecretManagerCredential |