Sap BWLinked Service Response
data class SapBWLinkedServiceResponse(val annotations: List<Any>? = null, val clientId: Any, val connectVia: IntegrationRuntimeReferenceResponse? = null, val description: String? = null, val encryptedCredential: String? = null, val parameters: Map<String, ParameterSpecificationResponse>? = null, val password: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, val server: Any, val systemNumber: Any, val type: String, val userName: Any? = null)
SAP Business Warehouse Linked Service.
Constructors
Link copied to clipboard
fun SapBWLinkedServiceResponse(annotations: List<Any>? = null, clientId: Any, connectVia: IntegrationRuntimeReferenceResponse? = null, description: String? = null, encryptedCredential: String? = null, parameters: Map<String, ParameterSpecificationResponse>? = null, password: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, server: Any, systemNumber: Any, type: String, userName: Any? = null)