import { OvhCustomIsolationFieldEnum } from './OvhCustomIsolationFieldEnum';
import { ObjectStateEnum } from './ObjectStateEnum';
/** custom exchange isolation */
export interface ExchangeCustomIsolation {
    /** Creation date */
    creationDate: string;
    /** Field used for isolation */
    isolationField: OvhCustomIsolationFieldEnum;
    /** Isolation field value */
    isolationValue: string;
    /** Name of the custom isolation */
    name: string;
    /** Custom isolation status */
    status: ObjectStateEnum;
}
//# sourceMappingURL=ExchangeCustomIsolation.d.ts.map