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

SAPODataConnectorProfileProperties

import type { SAPODataConnectorProfileProperties } from "https://aws-api.deno.dev/v0.4/services/appflow.ts?docs=full";

The connector-specific profile properties required when using SAPOData.

interface SAPODataConnectorProfileProperties {
applicationHostUrl: string;
applicationServicePath: string;
clientNumber: string;
logonLanguage?: string | null;
oAuthProperties?: OAuthProperties | null;
portNumber: number;
privateLinkServiceName?: string | null;
}

§Properties

§
applicationHostUrl: string
[src]

The location of the SAPOData resource.

§
applicationServicePath: string
[src]

The application path to catalog service.

§
clientNumber: string
[src]

The client number for the client creating the connection.

§
logonLanguage?: string | null
[src]

The logon language of SAPOData instance.

§
oAuthProperties?: OAuthProperties | null
[src]

The SAPOData OAuth properties required for OAuth type authentication.

§
portNumber: number
[src]

The port number of the SAPOData instance.

§
privateLinkServiceName?: string | null
[src]

The SAPOData Private Link service name to be used for private data transfers.