@sap-ai-sdk/ai-api
Version:
SAP Cloud SDK for AI is the official Software Development Kit (SDK) for **SAP AI Core**, **SAP Generative AI Hub**, and **Orchestration Service**.
12 lines • 490 B
TypeScript
import type { BckndobjectStoreSecretStatus } from './bckndobject-store-secret-status.js';
/**
* This represents a list of meta-data of a stored secret. The 'data' field of the secret is never retrieved.
*/
export type BckndobjectStoreSecretStatusResponse = {
/**
* Number of the resource instances in the list
*/
count: number;
resources: BckndobjectStoreSecretStatus[];
} & Record<string, any>;
//# sourceMappingURL=bckndobject-store-secret-status-response.d.ts.map