RestServiceLinkedService Class
Rest Service linked service.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.synapse.artifacts.models._models_py3.LinkedServiceRestServiceLinkedService
Constructor
RestServiceLinkedService(*, url: object, authentication_type: Union[str, azure.synapse.artifacts.models._artifacts_client_enums.RestServiceAuthenticationType], additional_properties: Optional[Dict[str, object]] = None, connect_via: Optional[azure.synapse.artifacts.models._models_py3.IntegrationRuntimeReference] = None, description: Optional[str] = None, parameters: Optional[Dict[str, azure.synapse.artifacts.models._models_py3.ParameterSpecification]] = None, annotations: Optional[List[object]] = None, enable_server_certificate_validation: Optional[object] = None, user_name: Optional[object] = None, password: Optional[azure.synapse.artifacts.models._models_py3.SecretBase] = None, service_principal_id: Optional[object] = None, service_principal_key: Optional[azure.synapse.artifacts.models._models_py3.SecretBase] = None, tenant: Optional[object] = None, aad_resource_id: Optional[object] = None, encrypted_credential: Optional[object] = None, **kwargs)
Parameters
Unmatched properties from the message are deserialized to this collection.
- enable_server_certificate_validation
- object
Whether to validate server side SSL certificate when connecting to the endpoint.The default value is true. Type: boolean (or Expression with resultType boolean).
- authentication_type
- str or RestServiceAuthenticationType
Required. Type of authentication used to connect to the REST service. Possible values include: "Anonymous", "Basic", "AadServicePrincipal", "ManagedServiceIdentity".
- service_principal_id
- object
The application's client ID used in AadServicePrincipal authentication type.
- service_principal_key
- SecretBase
The application's key used in AadServicePrincipal authentication type.
- tenant
- object
The tenant information (domain name or tenant ID) used in AadServicePrincipal authentication type under which your application resides.
- encrypted_credential
- object
The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).
Feedback
Submit and view feedback for