@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
9 lines • 391 B
TypeScript
import { ObjectLockModeEnum } from './storage/ObjectLockModeEnum';
/** Object retention configuration. */
export interface StorageObjectRetentionConfiguration {
/** Object lock retention mode. */
mode: ObjectLockModeEnum;
/** The date on which this object lock retention will expire. */
retainUntil: string;
}
//# sourceMappingURL=StorageObjectRetentionConfiguration.d.ts.map