UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 282 B
/** Ssh SOL session information */ export interface BmcSshSolValue { /** Date on which the credentials will no longer be retrievable */ expirationDate: string; /** Ssh user and host in "user@host" format */ uri: string; } //# sourceMappingURL=BmcSshSolValue.d.ts.map