/** Java KVM session information */
export interface BmcJavaKvmValue {
    /** Date on which the credentials will no longer be retrievable */
    expirationDate: string;
    /** value */
    jnlp: string;
}
//# sourceMappingURL=BmcJavaKvmValue.d.ts.map