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

GoldengateAzureDataLakeStorageConnectionProperties

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

The properties of GoldengateAzureDataLakeStorageConnection.

interface GoldengateAzureDataLakeStorageConnectionProperties {
account?: string;
accountKeySecret?: string;
authenticationType?:
| "AUTHENTICATION_TYPE_UNSPECIFIED"
| "SHARED_KEY"
| "SHARED_ACCESS_SIGNATURE"
| "AZURE_ACTIVE_DIRECTORY";
azureAuthorityHost?: string;
azureTenantId?: string;
clientId?: string;
clientSecret?: string;
endpoint?: string;
sasTokenSecret?: string;
technologyType?: string;
}

§Properties

§
account?: string
[src]

Optional. Sets the Azure storage account name.

§
accountKeySecret?: string
[src]

Optional. Azure storage account key. This property is required when 'authentication_type' is set to 'SHARED_KEY'.

§
authenticationType?: "AUTHENTICATION_TYPE_UNSPECIFIED" | "SHARED_KEY" | "SHARED_ACCESS_SIGNATURE" | "AZURE_ACTIVE_DIRECTORY"
[src]

Optional. Authentication mechanism to access Azure Data Lake Storage.

§
azureAuthorityHost?: string
[src]

Optional. The endpoint used for authentication with Microsoft Entra ID (formerly Azure Active Directory). Default value: https://login.microsoftonline.com

§
azureTenantId?: string
[src]

Optional. Azure tenant ID of the application. This property is required when 'authentication_type' is set to 'AZURE_ACTIVE_DIRECTORY'.

§
clientId?: string
[src]

Optional. Azure client ID of the application. This property is required when 'authentication_type' is set to 'AZURE_ACTIVE_DIRECTORY'.

§
clientSecret?: string
[src]

Optional. Azure client secret (aka application password) for authentication.

§
endpoint?: string
[src]

Optional. Azure Storage service endpoint. e.g: https://test.blob.core.windows.net

§
sasTokenSecret?: string
[src]

Optional. Credential that uses a shared access signature (SAS) to authenticate to an Azure Service.

§
technologyType?: string
[src]

Optional. The technology type of AzureDataLakeStorageConnection.