Cassandra Linked Service Response
data class CassandraLinkedServiceResponse(val annotations: List<Any>? = null, val authenticationType: Any? = null, val connectVia: IntegrationRuntimeReferenceResponse? = null, val description: String? = 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 type: String, val username: Any? = null)
Linked service for Cassandra data source.
Constructors
Link copied to clipboard
fun CassandraLinkedServiceResponse(annotations: List<Any>? = null, authenticationType: Any? = null, connectVia: IntegrationRuntimeReferenceResponse? = null, description: String? = null, encryptedCredential: String? = null, host: Any, parameters: Map<String, ParameterSpecificationResponse>? = null, password: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, port: Any? = null, type: String, username: Any? = null)