Oracle Service Cloud Linked Service Response
data class OracleServiceCloudLinkedServiceResponse(val annotations: List<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>, val type: String, val useEncryptedEndpoints: Any? = null, val useHostVerification: Any? = null, val usePeerVerification: Any? = null, val username: Any)
Oracle Service Cloud linked service.
Constructors
Link copied to clipboard
fun OracleServiceCloudLinkedServiceResponse(annotations: List<Any>? = null, connectVia: IntegrationRuntimeReferenceResponse? = null, description: String? = null, encryptedCredential: String? = null, host: Any, parameters: Map<String, ParameterSpecificationResponse>? = null, password: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>, type: String, useEncryptedEndpoints: Any? = null, useHostVerification: Any? = null, usePeerVerification: Any? = null, username: Any)