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

    Type Alias BckndobjectStoreSecretStatus

    BckndobjectStoreSecretStatus: {
        metadata?: {
            "serving.kubeflow.org/s3-endpoint"?: string;
            "serving.kubeflow.org/s3-region"?: string;
            "serving.kubeflow.org/s3-usehttps"?: string;
            "serving.kubeflow.org/s3-verifyssl"?: string;
            "storage.ai.sap.com/bucket"?: string;
            "storage.ai.sap.com/containerUri"?: string;
            "storage.ai.sap.com/endpoint"?: string;
            "storage.ai.sap.com/hdfsNameNode"?: string;
            "storage.ai.sap.com/headers"?: string;
            "storage.ai.sap.com/pathPrefix"?: string;
            "storage.ai.sap.com/projectId"?: string;
            "storage.ai.sap.com/region"?: string;
            "storage.ai.sap.com/subscriptionId"?: string;
            "storage.ai.sap.com/tenantId"?: string;
            "storage.ai.sap.com/type"?: string;
        } & Record<string, any>;
        name?: string;
    } & Record<string, any>

    This represents the meta-data of a stored secret. The 'data' field of the secret is never retrieved.

    Type Declaration

    • Optionalmetadata?: {
          "serving.kubeflow.org/s3-endpoint"?: string;
          "serving.kubeflow.org/s3-region"?: string;
          "serving.kubeflow.org/s3-usehttps"?: string;
          "serving.kubeflow.org/s3-verifyssl"?: string;
          "storage.ai.sap.com/bucket"?: string;
          "storage.ai.sap.com/containerUri"?: string;
          "storage.ai.sap.com/endpoint"?: string;
          "storage.ai.sap.com/hdfsNameNode"?: string;
          "storage.ai.sap.com/headers"?: string;
          "storage.ai.sap.com/pathPrefix"?: string;
          "storage.ai.sap.com/projectId"?: string;
          "storage.ai.sap.com/region"?: string;
          "storage.ai.sap.com/subscriptionId"?: string;
          "storage.ai.sap.com/tenantId"?: string;
          "storage.ai.sap.com/type"?: string;
      } & Record<string, any>

      Key value pairs of meta-data assigned to the secret when the secret was being created.

    • Optionalname?: string

      Name of objectstore

      "myobjectstore-object-store-secret"
      

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