Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HttpLinkedService

Package version

Linked service for an HTTP source.

Hierarchy

Indexable

[property: string]: any

Describes unknown properties. The value of an unknown property can be of "any" type.

Index

Properties

Optional annotations

annotations: any[]

List of tags that can be used for describing the linked service.

Optional authenticationType

authenticationType: HttpAuthenticationType

The authentication type to be used to connect to the HTTP server.

Optional certThumbprint

certThumbprint: any

Thumbprint of certificate for ClientCertificate authentication. Only valid for on-premises copy. For on-premises copy with ClientCertificate authentication, either CertThumbprint or EmbeddedCertData/Password should be specified. Type: string (or Expression with resultType string).

Optional connectVia

The integration runtime reference.

Optional description

description: undefined | string

Linked service description.

Optional embeddedCertData

embeddedCertData: any

Base64 encoded certificate data for ClientCertificate authentication. For on-premises copy with ClientCertificate authentication, either CertThumbprint or EmbeddedCertData/Password should be specified. Type: string (or Expression with resultType string).

Optional enableServerCertificateValidation

enableServerCertificateValidation: any

If true, validate the HTTPS server SSL certificate. Default value is true. Type: boolean (or Expression with resultType boolean).

Optional encryptedCredential

encryptedCredential: any

The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).

Optional parameters

parameters: undefined | {}

Parameters for linked service.

Optional password

password: SecretBaseUnion

Password for Basic, Digest, Windows, or ClientCertificate with EmbeddedCertData authentication.

type

type: "HttpServer"

Polymorphic discriminator, which specifies the different types this object can be

url

url: any

The base URL of the HTTP endpoint, e.g. http://www.microsoft.com. Type: string (or Expression with resultType string).

Optional userName

userName: any

User name for Basic, Digest, or Windows authentication. Type: string (or Expression with resultType string).

Generated using TypeDoc