UNPKG

@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**.

16 lines 431 B
/** * Representation of the 'BckndGenericSecretLabel' schema. */ export type BckndGenericSecretLabel = { /** * @example "ext.ai.sap.com/my-label" * Max Length: 63. * Pattern: "^ext.ai.sap.com/(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9]){1,48}$". */ key: string; /** * Max Length: 5000. */ value: string; } & Record<string, any>; //# sourceMappingURL=bcknd-generic-secret-label.d.ts.map