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

    Type Alias BckndInternalResourceGroup

    BckndInternalResourceGroup: {
        annotations?: BckndInternalResourceGroupAnnotations;
        createdAt: string;
        labels?: BckndInternalResourceGroupLabels;
        resourceGroupId: string;
        servicePlan?: string;
        status: "PROVISIONED" | "ERROR" | "PROVISIONING";
        statusMessage?: string;
        tenantId?: string;
        zoneId?: string;
    } & Record<string, any>

    Representation of the 'BckndInternalResourceGroup' schema.

    Type Declaration

    • Optionalannotations?: BckndInternalResourceGroupAnnotations
    • createdAt: string

      Timestamp of resource group creation Format: "date-time".

    • Optionallabels?: BckndInternalResourceGroupLabels
    • resourceGroupId: string

      resource group id

    • OptionalservicePlan?: string

      service plan

    • status: "PROVISIONED" | "ERROR" | "PROVISIONING"

      aggregated status of the onboarding process

    • OptionalstatusMessage?: string

      status message

    • OptionaltenantId?: string

      tenant id

    • OptionalzoneId?: string

      zone id

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