Oracle Linked Service Response
data class OracleLinkedServiceResponse(val annotations: List<Any>? = null, val connectVia: IntegrationRuntimeReferenceResponse? = null, val connectionString: Any, val description: String? = null, val encryptedCredential: String? = null, val parameters: Map<String, ParameterSpecificationResponse>? = null, val password: AzureKeyVaultSecretReferenceResponse? = null, val type: String)
Oracle database.
Constructors
Link copied to clipboard
fun OracleLinkedServiceResponse(annotations: List<Any>? = null, connectVia: IntegrationRuntimeReferenceResponse? = null, connectionString: Any, description: String? = null, encryptedCredential: String? = null, parameters: Map<String, ParameterSpecificationResponse>? = null, password: AzureKeyVaultSecretReferenceResponse? = null, type: String)