/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * * `block` - Block * * `alert_only` - Alert only */ export enum EnforcementEnum { BLOCK = 'block', ALERT_ONLY = 'alert_only', }