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

AzureProperties

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

Container for connection properties specific to Azure.

interface AzureProperties {
readonly application?: string;
readonly clientId?: string;
customerTenantId?: string;
federatedApplicationClientId?: string;
readonly identity?: string;
readonly objectId?: string;
redirectUri?: string;
}

§Properties

§
readonly application?: string
[src]

Output only. The name of the Azure Active Directory Application.

§
readonly clientId?: string
[src]

Output only. The client id of the Azure Active Directory Application.

§
customerTenantId?: string
[src]

The id of customer's directory that host the data.

§
federatedApplicationClientId?: string
[src]

The client ID of the user's Azure Active Directory Application used for a federated connection.

§
readonly identity?: string
[src]

Output only. A unique Google-owned and Google-generated identity for the Connection. This identity will be used to access the user's Azure Active Directory Application.

§
readonly objectId?: string
[src]

Output only. The object id of the Azure Active Directory Application.

§
redirectUri?: string
[src]

The URL user will be redirected to after granting consent during connection setup.