/** Web KVM session information */
export interface BmcWebKvmValue {
    /** 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