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

18 lines 436 B
/** * Representation of the 'BckndServiceBrokerSecret' schema. */ export type BckndServiceBrokerSecret = { /** * broker secret name */ name?: string; /** * username key reference in broker secret */ passwordKeyRef?: string; /** * password key reference in broker secret */ usernameKeyRef?: string; } & Record<string, any>; //# sourceMappingURL=bcknd-service-broker-secret.d.ts.map