SAP AI SDK for JavaScript - v2.13.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