View Source GoogleApi.BigQueryConnection.V1.Model.ConnectorConfigurationAuthentication (google_api_big_query_connection v0.12.1)

Client authentication.

Attributes

  • serviceAccount (type: String.t, default: nil) - Output only. Google-managed service account associated with this connection, e.g., service-{project_number}@gcp-sa-bigqueryconnection.iam.gserviceaccount.com. BigQuery jobs using this connection will act as service_account identity while connecting to the datasource.
  • usernamePassword (type: GoogleApi.BigQueryConnection.V1.Model.ConnectorConfigurationUsernamePassword.t, default: nil) - Username/password authentication.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.BigQueryConnection.V1.Model.ConnectorConfigurationAuthentication{
    serviceAccount: String.t() | nil,
    usernamePassword:
      GoogleApi.BigQueryConnection.V1.Model.ConnectorConfigurationUsernamePassword.t()
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.