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

    Type Alias BckndExtendedService

    BckndExtendedService: {
        brokerSecret?: BckndServiceBrokerSecret;
        capabilities?: BckndServiceCapabilities;
        description?: string;
        name?: string;
        serviceCatalog?: BckndServiceServiceCatalog;
        sharedResourceGroupStatus?: BckndSharedResourceGroupStatus;
        status?: "PROVISIONED" | "ERROR" | "PROVISIONING" | "DEPROVISIONING";
        statusMessage?: string;
        url?: string;
    } & Record<string, any>

    Representation of the 'BckndExtendedService' schema.

    Type Declaration

    • OptionalbrokerSecret?: BckndServiceBrokerSecret
    • Optionalcapabilities?: BckndServiceCapabilities
    • Optionaldescription?: string

      service description

    • Optionalname?: string

      service name

    • OptionalserviceCatalog?: BckndServiceServiceCatalog
    • OptionalsharedResourceGroupStatus?: BckndSharedResourceGroupStatus
    • 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.