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