UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

12 lines 404 B
/** Defines the passwords for SAP account. */ export interface Passwords { /** The password for the SAP master. */ masterSap: string; /** The password for the SAP HANA master. */ masterSapHana: string; /** The password for the sidadm account. */ sidadm: string; /** The password for the SAP HANA SYSTEM account. */ system: string; } //# sourceMappingURL=Passwords.d.ts.map