Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

SalesforceDataCloudProperties

import type { SalesforceDataCloudProperties } from "https://googleapis.deno.dev/v1/bigqueryconnection:v1.ts";

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

interface SalesforceDataCloudProperties {
readonly identity?: string;
instanceUri?: string;
tenantId?: string;
}

§Properties

§
readonly identity?: string
[src]

Output only. A unique Google-owned and Google-generated service account identity for the connection.

§
instanceUri?: string
[src]

The URL to the user's Salesforce DataCloud instance.

§
tenantId?: string
[src]

The ID of the user's Salesforce tenant.