SAP AI SDK for JavaScript - v2.8.0
    Preparing search index...

    Type Alias BckndService

    BckndService: {
        description?: string;
        name?: string;
        status?: "PROVISIONED" | "ERROR" | "PROVISIONING" | "DEPROVISIONING";
        statusMessage?: string;
        url?: string;
    } & Record<string, any>

    Representation of the 'BckndService' schema.

    Type Declaration

    • Optionaldescription?: string

      service description

    • Optionalname?: string

      service name

    • Optionalstatus?: "PROVISIONED" | "ERROR" | "PROVISIONING" | "DEPROVISIONING"

      aggregated status of the service

    • OptionalstatusMessage?: string

      status message

    • Optionalurl?: string

      service broker url

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