Phoenix Linked Service Response
data class PhoenixLinkedServiceResponse(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? = null, val trustedCertPath: Any? = null, val type: String, val useSystemTrustStore: Any? = null, val username: Any? = null)
Phoenix server linked service.
Constructors
Link copied to clipboard
fun PhoenixLinkedServiceResponse(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? = null, trustedCertPath: Any? = null, type: String, useSystemTrustStore: Any? = null, username: Any? = null)