View Source GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Connection (google_api_dlp v0.46.0)

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

Attributes

  • cloudSql (type: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2CloudSqlProperties.t, default: nil) - Connect to a Cloud SQL instance.
  • errors (type: list(GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Error.t), default: nil) - Output only. Set if status == ERROR, to provide additional details. Will store the last 10 errors sorted with the most recent first.
  • name (type: String.t, default: nil) - Output only. Name of the connection: projects/{project}/locations/{location}/connections/{name}.
  • state (type: String.t, default: nil) - Required. The connection's state in its lifecycle.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Connection{
  cloudSql:
    GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2CloudSqlProperties.t() | nil,
  errors: [GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Error.t()] | nil,
  name: String.t() | nil,
  state: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.