UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

10 lines 348 B
/** All states a Dedicated Cloud two factor authentication whitelist can be in */ export declare enum TwoFAWhitelistStateEnum { 'enabled' = "enabled", 'enabling' = "enabling", 'error' = "error", 'migrating' = "migrating", 'removed' = "removed", 'removing' = "removing" } //# sourceMappingURL=TwoFAWhitelistStateEnum.d.ts.map