Connection

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

JSON representation
{
  "name": string,
  "state": enum (ConnectionState),
  "errors": [
    {
      object (Error)
    }
  ],

  // Union field properties can be only one of the following:
  "cloudSql": {
    object (CloudSqlProperties)
  }
  // End of list of possible types for union field properties.
}
Fields
name

string

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

state

enum (ConnectionState)

Required. The connection's state in its lifecycle.

errors[]

object (Error)

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

Union field properties. Type of connection. properties can be only one of the following:
cloudSql

object (CloudSqlProperties)

Connect to a Cloud SQL instance.