Connection(mapping=None, *, ignore_unknown_fields=False, **kwargs)
A data connection to allow DLP to profile data in locations that require additional configuration.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
name |
str
Output only. Name of the connection: projects/{project}/locations/{location}/connections/{name} .
|
state |
google.cloud.dlp_v2.types.ConnectionState
Required. The connection's state in its lifecycle. |
errors |
MutableSequence[google.cloud.dlp_v2.types.Error]
Output only. Set if status == ERROR, to provide additional details. Will store the last 10 errors sorted with the most recent first. |
cloud_sql |
google.cloud.dlp_v2.types.CloudSqlProperties
Connect to a Cloud SQL instance. This field is a member of oneof _ properties .
|