HttpLinkedService |
HttpLinkedService.withAnnotations(List<Object> annotations) |
Set the annotations property: List of tags that can be used for describing the linked service.
|
HttpLinkedService |
HttpLinkedService.withAuthenticationType(HttpAuthenticationType authenticationType) |
Set the authenticationType property: The authentication type to be used to connect to the HTTP server.
|
HttpLinkedService |
HttpLinkedService.withAuthHeaders(Object authHeaders) |
Set the authHeaders property: The additional HTTP headers in the request to RESTful API used for authorization.
|
HttpLinkedService |
HttpLinkedService.withCertThumbprint(Object certThumbprint) |
Set the certThumbprint property: Thumbprint of certificate for ClientCertificate authentication.
|
HttpLinkedService |
HttpLinkedService.withConnectVia(IntegrationRuntimeReference connectVia) |
Set the connectVia property: The integration runtime reference.
|
HttpLinkedService |
HttpLinkedService.withDescription(String description) |
Set the description property: Linked service description.
|
HttpLinkedService |
HttpLinkedService.withEmbeddedCertData(Object embeddedCertData) |
Set the embeddedCertData property: Base64 encoded certificate data for ClientCertificate authentication.
|
HttpLinkedService |
HttpLinkedService.withEnableServerCertificateValidation(Object enableServerCertificateValidation) |
Set the enableServerCertificateValidation property: If true, validate the HTTPS server SSL certificate.
|
HttpLinkedService |
HttpLinkedService.withEncryptedCredential(Object encryptedCredential) |
Set the encryptedCredential property: The encrypted credential used for authentication.
|
HttpLinkedService |
HttpLinkedService.withParameters(Map<String,ParameterSpecification> parameters) |
Set the parameters property: Parameters for linked service.
|
HttpLinkedService |
HttpLinkedService.withPassword(SecretBase password) |
Set the password property: Password for Basic, Digest, Windows, or ClientCertificate with EmbeddedCertData
authentication.
|
HttpLinkedService |
HttpLinkedService.withUrl(Object url) |
Set the url property: The base URL of the HTTP endpoint, e.g.
|
HttpLinkedService |
HttpLinkedService.withUsername(Object username) |
Set the username property: User name for Basic, Digest, or Windows authentication.
|