Presto Linked Service Response
data class PrestoLinkedServiceResponse(val allowHostNameCNMismatch: Any? = null, val allowSelfSignedServerCert: Any? = null, val annotations: List<Any>? = null, val authenticationType: String, val catalog: Any, val connectVia: IntegrationRuntimeReferenceResponse? = null, val description: String? = null, val enableSsl: Any? = null, val encryptedCredential: String? = null, val host: Any, val parameters: Map<String, ParameterSpecificationResponse>? = null, val password: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, val port: Any? = null, val serverVersion: Any, val timeZoneID: Any? = null, val trustedCertPath: Any? = null, val type: String, val useSystemTrustStore: Any? = null, val username: Any? = null)
Presto server linked service.
Constructors
Link copied to clipboard
fun PrestoLinkedServiceResponse(allowHostNameCNMismatch: Any? = null, allowSelfSignedServerCert: Any? = null, annotations: List<Any>? = null, authenticationType: String, catalog: Any, connectVia: IntegrationRuntimeReferenceResponse? = null, description: String? = null, enableSsl: Any? = null, encryptedCredential: String? = null, host: Any, parameters: Map<String, ParameterSpecificationResponse>? = null, password: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, port: Any? = null, serverVersion: Any, timeZoneID: Any? = 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