Optional authAuthentication tokens returned from destination service on SAP Business Technology Platform.
Optional authenticationOptional certificatesArray of certificates used for authentication type ClientCertificateAuthentication.
Optional clientClient Id used to retrieve access token for "OAuth2ClientCredentials", "OAuth2UserTokenExchange" and "OAuth2JWTBearer" authentication.
Optional clientClient Secret used to retrieve access token for "OAuth2ClientCredentials", "OAuth2UserTokenExchange" and "OAuth2JWTBearer" authentication.
Optional cloudLocation ID of the Cloud Connector to be used for connection to an On-Premise system. Optional. Corresponds to property "CloudConnectorLocationId" in the additional properties of a destination.
Optional forwardIf set to true the auth token provided to the request execution is forwarded to the destination target.
Optional headersAdditional headers to be used for calls against the destination, originally defined by URL.headers.<header-name>.
The keys of this object denote the names of the headers and the values their values.
Optional isFlag indicating whether the destination is for test purpose. Should be "undefined" or "false" for non-mocked destinations.
Optional isFlag indicating whether all certificates should be accepted when communicating with the destination. Should not be "true" in production.
Optional jwksBase64-encoded JSON web key set, containing the signing keys which are used to validate the JWT provided in the X-User-Token header. This field is used to authenticate the destination using a JWT without JKU.
Optional jwksURI of the JSON web key set, containing the signing keys which are used to validate the JWT provided in the X-User-Token header. This field is used to authenticate the destination using a JWT without JKU.
Optional keyName of the key store/certificate to be used for ClientCertificateAuthentication.
Optional keyPassword of the key store/certificate to be used for ClientCertificateAuthentication.
Optional nameName of the destination retrieved from SAP Business Technology Platform.
Optional originalFurther properties of the destination as defined in destination service on SAP Business Technology Platform, possibly empty.
Optional passwordPassword to use for basic authentication, optional if other means of authentication shall be used.
Optional proxyProxyConfiguration for on-premise connectivity and http(s) web proxies. Is present if proxyType of the destination equals "OnPremise" or environment variables [http_proxy] or [https_proxy] are set See ProxyConfiguration.
Optional proxyProxy type to specify whether the target resides on-premise (not used).
Optional queryAdditional query parameters to be used for calls against the destination, originally defined by URL.queries.<query-parameter-name>.
The keys of this object denote the names of the query parameters and the values their values.
Optional sapClient to target in an SAP system, will be added as HTTP header sap-client if set.
Optional systemSystem user to be used for OAuth2SAMLBearerAssertion authentication type.
Optional tokenPassword for tokenServiceUser (if required).
Optional tokenURL to retrieve access token for "OAuth2ClientCredentials", "OAuth2UserTokenExchange" and "OAuth2JWTBearer" authentication.
Optional tokenUser for basic authentication to OAuth server (if required).
Optional trustTrusted certificate for https requests used by the destination. Only relevant for self-signed certificates where trust needs to be enabled in the client.
Optional typeThe type of the destination, defaults to 'HTTP'. The SAP Cloud SDK only understands destinations of type 'HTTP' and 'MAIL'.
Base URL for calls to this destination.
The URL has to define the protocol, like http:// or https://, and a host.
The path for requests against this destination will be appended to the path defined in the URL as a new path segment.
Optional usernameUsername to use for basic authentication, optional if other means of authentication shall be used.
Copyright Ⓒ 2023 SAP SE or an SAP affiliate company. All rights reserved.
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 Business Technology Platform (via DestinationFetchOptions). 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.