/** Web KVM session information */
export interfaceBmcWebKvmValue {
/** Date on which the credentials will no longer be retrievable */
expirationDate: string;
/** URL of the Web KVM session */
url: string;
}
//# sourceMappingURL=BmcWebKvmValue.d.ts.map