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

GoogleCloudIntegrationsV1alphaSfdcInstance

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

The SfdcInstance resource use to hold channels and connection config data.

interface GoogleCloudIntegrationsV1alphaSfdcInstance {
authConfigId?: string[];
readonly createTime?: Date;
readonly deleteTime?: Date;
description?: string;
displayName?: string;
name?: string;
serviceAuthority?: string;
sfdcOrgId?: string;
readonly updateTime?: Date;
}

§Properties

§
authConfigId?: string[]
[src]

A list of AuthConfigs that can be tried to open the channel to SFDC

§
readonly createTime?: Date
[src]

Output only. Time when the instance is created

§
readonly deleteTime?: Date
[src]

Output only. Time when the instance was deleted. Empty if not deleted.

§
description?: string
[src]

A description of the sfdc instance.

§
displayName?: string
[src]

User selected unique name/alias to easily reference an instance.

§
name?: string
[src]

Resource name of the SFDC instance projects/{project}/locations/{location}/sfdcInstances/{sfdcInstance}.

§
serviceAuthority?: string
[src]

URL used for API calls after authentication (the login authority is configured within the referenced AuthConfig).

§
sfdcOrgId?: string
[src]

The SFDC Org Id. This is defined in salesforce.

§
readonly updateTime?: Date
[src]

Output only. Time when the instance was last updated