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

    Interface GetTestDestinationOptions

    An interface to define systems.json and credentials.json for loading destinations.

    interface GetTestDestinationOptions {
        credentialsFilePath?: string;
        systemsFilePath?: string;
    }
    Index

    Properties

    credentialsFilePath?: string

    The path of the credentials.json file.

    systemsFilePath?: string

    The path of the systems.json file.

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