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