Spark Linked Service Response
data class SparkLinkedServiceResponse(val allowHostNameCNMismatch: Any? = null, val allowSelfSignedServerCert: Any? = null, val annotations: List<Any>? = null, val authenticationType: String, val connectVia: IntegrationRuntimeReferenceResponse? = null, val description: String? = null, val enableSsl: Any? = null, val encryptedCredential: String? = null, val host: Any, val httpPath: Any? = null, val parameters: Map<String, ParameterSpecificationResponse>? = null, val password: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, val port: Any, val serverType: String? = null, val thriftTransportProtocol: String? = null, val trustedCertPath: Any? = null, val type: String, val useSystemTrustStore: Any? = null, val username: Any? = null)
Spark Server linked service.
Constructors
Link copied to clipboard
fun SparkLinkedServiceResponse(allowHostNameCNMismatch: Any? = null, allowSelfSignedServerCert: Any? = null, annotations: List<Any>? = null, authenticationType: String, connectVia: IntegrationRuntimeReferenceResponse? = null, description: String? = null, enableSsl: Any? = null, encryptedCredential: String? = null, host: Any, httpPath: Any? = null, parameters: Map<String, ParameterSpecificationResponse>? = null, password: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, port: Any, serverType: String? = null, thriftTransportProtocol: String? = null, trustedCertPath: Any? = null, type: String, useSystemTrustStore: Any? = null, username: Any? = null)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard