Sap Table Linked Service Response
data class SapTableLinkedServiceResponse(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 sncLibraryPath: Any? = null, val sncMode: Any? = null, val sncMyName: Any? = null, val sncPartnerName: Any? = null, val sncQop: Any? = null, val systemId: Any? = null, val systemNumber: Any? = null, val type: String, val userName: Any? = null)
SAP Table Linked Service.
Constructors
Link copied to clipboard
fun SapTableLinkedServiceResponse(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, sncLibraryPath: Any? = null, sncMode: Any? = null, sncMyName: Any? = null, sncPartnerName: Any? = null, sncQop: Any? = null, systemId: Any? = null, systemNumber: Any? = null, type: String, userName: Any? = null)