HttpLinkedService Class
Linked service for an HTTP source.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.datafactory.models._models_py3.LinkedServiceHttpLinkedService
Constructor
HttpLinkedService(*, url: Any, additional_properties: Optional[Dict[str, Any]] = None, connect_via: Optional[_models.IntegrationRuntimeReference] = None, description: Optional[str] = None, parameters: Optional[Dict[str, _models.ParameterSpecification]] = None, annotations: Optional[List[Any]] = None, authentication_type: Optional[Union[str, _models.HttpAuthenticationType]] = None, user_name: Optional[Any] = None, password: Optional[_models.SecretBase] = None, auth_headers: Optional[Any] = None, embedded_cert_data: Optional[Any] = None, cert_thumbprint: Optional[Any] = None, encrypted_credential: Optional[Any] = None, enable_server_certificate_validation: Optional[Any] = None, **kwargs)
Variables
Unmatched properties from the message are deserialized to this collection.
- type
- str
Required. Type of linked service.Constant filled by server.
- connect_via
- IntegrationRuntimeReference
The integration runtime reference.
- description
- str
Linked service description.
- parameters
- dict[str, ParameterSpecification]
Parameters for linked service.
- url
- any
Required. The base URL of the HTTP endpoint, e.g. http://www.microsoft.com. Type: string (or Expression with resultType string).
- authentication_type
- str or HttpAuthenticationType
The authentication type to be used to connect to the HTTP server. Known values are: "Basic", "Anonymous", "Digest", "Windows", "ClientCertificate".
- user_name
- any
User name for Basic, Digest, or Windows authentication. Type: string (or Expression with resultType string).
- password
- SecretBase
Password for Basic, Digest, Windows, or ClientCertificate with EmbeddedCertData authentication.
- auth_headers
- any
The additional HTTP headers in the request to RESTful API used for authorization. Type: object (or Expression with resultType object).
- embedded_cert_data
- 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).
- cert_thumbprint
- 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).
- encrypted_credential
- any
The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).
- enable_server_certificate_validation
- any
If true, validate the HTTPS server SSL certificate. Default value is true. Type: boolean (or Expression with resultType boolean).
Feedback
Submit and view feedback for