Authentication tokens returned from destination service on SAP Cloud Platform, optional.
Flag indicating whether all certificates should be accepted when communicating with the destination. Should not be "true" in production.
Name of the destination retrieved from SAP Cloud Platform, 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.
ProxyConfiguration for on-premise connectivity. Is only present if proxyType equals "OnPremise". See ProxyConfiguration.
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.