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

    Type Alias BckndGenericSecretPostBody

    BckndGenericSecretPostBody: {
        data: BckndGenericSecretData;
        labels?: BckndGenericSecretLabels;
        name: string;
    } & Record<string, any>

    Representation of the 'BckndGenericSecretPostBody' schema.

    Type Declaration

    • data: BckndGenericSecretData
    • Optionallabels?: BckndGenericSecretLabels
    • name: string

      The name of the secret Max Length: 252. Min Length: 1. Pattern: "^[a-z0-9\-\.]+$".

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