Resource: Connection
A data connection to allow the DLP API to profile data in locations that require additional configuration.
JSON representation |
---|
{ "name": string, "state": enum ( |
Fields | |
---|---|
name |
Output only. Name of the connection: |
state |
Required. The connection's state in its lifecycle. |
errors[] |
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: |
|
cloud |
Connect to a Cloud SQL instance. |
Methods |
|
---|---|
|
Create a Connection to an external data source. |
|
Delete a Connection. |
|
Get a Connection by name. |
|
Lists Connections in a parent. |
|
Update a Connection. |
|
Searches for Connections in a parent. |