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

    Type Alias BckndArgoCDRepositoryData

    BckndArgoCDRepositoryData: {
        name?: string;
        password: string;
        url: string;
        username: string;
    } & Record<string, any>

    Representation of the 'BckndArgoCDRepositoryData' schema.

    Type Declaration

    • Optionalname?: string

      Name of the repository Max Length: 51. Min Length: 1. Pattern: "^[a-z0-9\-]+$".

    • password: string

      Password for read-access to the repository

    • url: string

      URL of the repository to synchronise

    • username: string

      Username for read-access to the repository

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