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

GoldengateMicrosoftFabricConnectionProperties

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

The properties of GoldengateMicrosoftFabricConnection.

interface GoldengateMicrosoftFabricConnectionProperties {
clientId?: string;
clientSecret?: string;
endpoint?: string;
technologyType?: string;
tenantId?: string;
}

§Properties

§
clientId?: string
[src]

Optional. Azure client ID of the application.

§
clientSecret?: string
[src]

Optional. Client secret associated with the client id.

§
endpoint?: string
[src]

Optional. Optional Microsoft Fabric service endpoint. Default value: https://onelake.dfs.fabric.microsoft.com

§
technologyType?: string
[src]

Optional. The technology type of MicrosoftFabricConnection.

§
tenantId?: string
[src]

Optional. Azure tenant ID of the application.