UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

10 lines 300 B
/** Possible values for CertificationLevelEnum */ export declare enum CertificationLevelEnum { 'HDS' = "HDS", 'PCI_DSS' = "PCI_DSS", 'SNC' = "SNC", 'SOC2' = "SOC2", 'STANDARD' = "STANDARD", 'TRUSTED_ZONE' = "TRUSTED_ZONE" } //# sourceMappingURL=CertificationLevelEnum.d.ts.map