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