Authentication tokens returned from destination service on SAP Cloud Platform, optional.
Name of the destination retrieved from SAP Cloud Platform, optional.
Origin of the destination in a multi-tenant setup on SAP Cloud Platform (either from provider or subscriber account), optional.
Further properties of the destination as defined in destination service on SAP Cloud Platform, possibly empty.
Password to use for basic authentication, optional if other means of authentication shall be used.
Proxy type to specify whether the target resides on-premise, optional, not used.
Client to target in an SAP system, will be added as HTTP header sap-client
if set, optional.
Base URL for calls to this destination, mandatory.
The URL needs to define at least scheme (protocol like http://
or https://
) and host.
The path for requests against this destination will be appended to the path defined in the URL as a new path segment.
Username to use for basic authentication, optional if other means of authentication shall be used.
A resolved destination containing information needed to execute requests, such as the system URL.
You can create a destination as a local object when supplying all necessary information, or it could be retrieved from the destination service on SAP Cloud Platform (via DestinationNameAndJwt). When creating a local object representing a destination, you need to supply at least the url and, if required by the target system, valid credentials with username and password.