Http Linked Service Args
Linked service for an HTTP source.
Constructors
Properties
List of tags that can be used for describing the linked service.
The authentication type to be used to connect to the HTTP server.
The additional HTTP headers in the request to RESTful API used for authorization. Type: object (or Expression with resultType object).
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.
Linked service description.
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).
If true, validate the HTTPS server SSL certificate. Default value is true. Type: boolean (or Expression with resultType boolean).
The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
Parameters for linked service.
Password for Basic, Digest, Windows, or ClientCertificate with EmbeddedCertData authentication.