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

    Type Alias BckndArgoCDRepositoryDetails

    BckndArgoCDRepositoryDetails: {
        name?: string;
        status?: "ERROR" | "IN-PROGRESS" | "COMPLETED";
        url?: string;
    } & Record<string, any>

    Repository details

    Type Declaration

    • Optionalname?: string

      The name of the repository

    • Optionalstatus?: "ERROR" | "IN-PROGRESS" | "COMPLETED"

      The status of the repository's on-boarding

      "COMPLETED"
      
    • Optionalurl?: string

      The repository URL

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