SapBWLinkedServiceResponse

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, val version: String? = null)

SAP Business Warehouse Linked Service.

Constructors

Link copied to clipboard
constructor(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, version: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val annotations: List<Any>? = null

List of tags that can be used for describing the linked service.

Link copied to clipboard

Client ID of the client on the BW system. (Usually a three-digit decimal number represented as a string) Type: string (or Expression with resultType string).

Link copied to clipboard

The integration runtime reference.

Link copied to clipboard
val description: String? = null

Linked service description.

Link copied to clipboard

The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.

Link copied to clipboard

Parameters for linked service.

Link copied to clipboard

Password to access the SAP BW server.

Link copied to clipboard
val server: Any

Host name of the SAP BW instance. Type: string (or Expression with resultType string).

Link copied to clipboard

System number of the BW system. (Usually a two-digit decimal number represented as a string.) Type: string (or Expression with resultType string).

Link copied to clipboard

Type of linked service. Expected value is 'SapBW'.

Link copied to clipboard
val userName: Any? = null

Username to access the SAP BW server. Type: string (or Expression with resultType string).

Link copied to clipboard
val version: String? = null

Version of the linked service.