Http Linked Service Response
data class HttpLinkedServiceResponse(val annotations: List<Any>? = null, val authHeaders: Any? = null, val authenticationType: String? = null, val certThumbprint: Any? = null, val connectVia: IntegrationRuntimeReferenceResponse? = null, val description: String? = null, val embeddedCertData: Any? = null, val enableServerCertificateValidation: Any? = null, val encryptedCredential: String? = null, val parameters: Map<String, ParameterSpecificationResponse>? = null, val password: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, val type: String, val url: Any, val userName: Any? = null)
Linked service for an HTTP source.
Constructors
Link copied to clipboard
fun HttpLinkedServiceResponse(annotations: List<Any>? = null, authHeaders: Any? = null, authenticationType: String? = null, certThumbprint: Any? = null, connectVia: IntegrationRuntimeReferenceResponse? = null, description: String? = null, embeddedCertData: Any? = null, enableServerCertificateValidation: Any? = null, encryptedCredential: String? = null, parameters: Map<String, ParameterSpecificationResponse>? = null, password: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, type: String, url: Any, userName: Any? = null)