SAP Cloud SDK for JavaScript - v4.1.1
    Preparing search index...

    Destination configuration alongside auth tokens and certificates.

    interface DestinationJson {
        authTokens?: Record<string, string>[];
        certificates?: Record<string, string>[];
        destinationConfiguration: DestinationConfiguration;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    authTokens?: Record<string, string>[]

    Authentication tokens as they are available through the destination service.

    certificates?: Record<string, string>[]

    Certificates for authentication as they are available through the destination service.

    destinationConfiguration: DestinationConfiguration

    Configuration of a destination as it is available through the destination service.

    Copyright Ⓒ 2025 SAP SE or an SAP affiliate company. All rights reserved.