Sybase Linked Service Response
data class SybaseLinkedServiceResponse(val annotations: List<Any>? = null, val authenticationType: String? = null, val connectVia: IntegrationRuntimeReferenceResponse? = null, val database: Any, val description: String? = null, val encryptedCredential: String? = null, val parameters: Map<String, ParameterSpecificationResponse>? = null, val password: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, val schema: Any? = null, val server: Any, val type: String, val username: Any? = null)
Linked service for Sybase data source.
Constructors
Link copied to clipboard
fun SybaseLinkedServiceResponse(annotations: List<Any>? = null, authenticationType: String? = null, connectVia: IntegrationRuntimeReferenceResponse? = null, database: Any, description: String? = null, encryptedCredential: String? = null, parameters: Map<String, ParameterSpecificationResponse>? = null, password: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, schema: Any? = null, server: Any, type: String, username: Any? = null)