Sap Hana Linked Service Response
data class SapHanaLinkedServiceResponse(val annotations: List<Any>? = null, val authenticationType: String? = null, val connectVia: IntegrationRuntimeReferenceResponse? = null, val connectionString: Any? = null, val description: String? = null, val encryptedCredential: String? = null, val parameters: Map<String, ParameterSpecificationResponse>? = null, val password: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, val server: Any? = null, val type: String, val userName: Any? = null)
SAP HANA Linked Service.
Constructors
Link copied to clipboard
fun SapHanaLinkedServiceResponse(annotations: List<Any>? = null, authenticationType: String? = null, connectVia: IntegrationRuntimeReferenceResponse? = null, connectionString: Any? = null, description: String? = null, encryptedCredential: String? = null, parameters: Map<String, ParameterSpecificationResponse>? = null, password: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, server: Any? = null, type: String, userName: Any? = null)