Declaration of a destination to be retrieved from an environment variable or from the destination service on SAP Cloud Platform.
Use an object of this interface to specify which destination shall be used when executing a request.
The destination will be retrieved via its [[name]] according to the following algorithm:
If a destination of this [[name]] is defined in the environment variable destinations (if available), it will be converted into a Destination and used for the request.
Otherwise, the destination service on SAP Cloud Platform is queried for a destination with the given [[name]], using the access token provided as value of property jwt.
An access token for the XSUAA service on SAP Cloud Platform, provided as a JSON Web Token, only mandatory when destination shall be retrieved from destination service on SAP Cloud Platform.
Declaration of a destination to be retrieved from an environment variable or from the destination service on SAP Cloud Platform.
Use an object of this interface to specify which destination shall be used when executing a request. The destination will be retrieved via its [[name]] according to the following algorithm:
destinations
(if available), it will be converted into a Destination and used for the request.