Sap Open Hub Linked Service Args
data class SapOpenHubLinkedServiceArgs(val annotations: Output<List<Any>>? = null, val clientId: Output<Any>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val language: Output<Any>? = null, val logonGroup: Output<Any>? = null, val messageServer: Output<Any>? = null, val messageServerService: Output<Any>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val server: Output<Any>? = null, val systemId: Output<Any>? = null, val systemNumber: Output<Any>? = null, val type: Output<String>, val userName: Output<Any>? = null) : ConvertibleToJava<SapOpenHubLinkedServiceArgs>
SAP Business Warehouse Open Hub Destination Linked Service.
Constructors
Link copied to clipboard
fun SapOpenHubLinkedServiceArgs(annotations: Output<List<Any>>? = null, clientId: Output<Any>? = null, connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, description: Output<String>? = null, encryptedCredential: Output<String>? = null, language: Output<Any>? = null, logonGroup: Output<Any>? = null, messageServer: Output<Any>? = null, messageServerService: Output<Any>? = null, parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, server: Output<Any>? = null, systemId: Output<Any>? = null, systemNumber: Output<Any>? = null, type: Output<String>, userName: Output<Any>? = null)