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

Connection properties specific to Salesforce DataCloud. This is intended for use only by Salesforce partner projects.

Attributes

  • identity (type: String.t, default: nil) - Output only. A unique Google-owned and Google-generated service account identity for the connection.
  • instanceUri (type: String.t, default: nil) - The URL to the user's Salesforce DataCloud instance.
  • tenantId (type: String.t, default: nil) - The ID of the user's Salesforce tenant.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BigQueryConnection.V1.Model.SalesforceDataCloudProperties{
  identity: String.t() | nil,
  instanceUri: String.t() | nil,
  tenantId: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.