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

    Type Alias BckndobjectStoreSecretWithSensitiveDataRequest

    BckndobjectStoreSecretWithSensitiveDataRequest: {
        bucket?: string;
        data: Record<string, any>;
        endpoint?: string;
        name: string;
        pathPrefix?: string;
        region?: string;
        type: string;
        usehttps?: string;
        verifyssl?: string;
    } & Record<string, any>

    This represents all the meta-data and extra information to be stored as a k8-secret

    Type Declaration

    • Optionalbucket?: string

      Bucket to be used

      "mybucket1"
      
    • data: Record<string, any>

      key:value pairs of data

    • Optionalendpoint?: string

      Optional parameter - URL of the storage server (S3 only)

      "www.example.com"
      
    • name: string

      Name of the object store for the secret object to be created. Can be used later on check for existence of the secret.

      "myobjectstore"
      
    • OptionalpathPrefix?: string

      prefix folder to be added to storage path

      "mp-api"
      
    • Optionalregion?: string

      Optional parameter - Region of the storage server (S3 only)

      "eu"
      
    • type: string

      Storage type e.g. S3, GCS,...

      "S3"
      
    • Optionalusehttps?: string

      0, 1 flag for KF-serving annotations - serving.kubeflow.org/s3-usehttps

      "1"
      Default: "1".
    • Optionalverifyssl?: string

      0, 1 flag for the KF-serving annotation - serving.kubeflow.org/s3-verifyssl

      "0"
      

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