Package version:

Interface HttpLinkedService

Linked service for an HTTP source.

Hierarchy

Properties

annotations?: any[]

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

authenticationType?: string

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

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).

The integration runtime reference.

description?: string

Linked service description.

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).

enableServerCertificateValidation?: any

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

encryptedCredential?: any

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

parameters?: {
    [propertyName: string]: ParameterSpecification;
}

Parameters for linked service.

Type declaration

password?: SecretBaseUnion

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

type: "HttpServer"

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

url: any

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

userName?: any

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

Generated using TypeDoc