threatOverrides property

List<ThreatOverride>? threatOverrides
getter/setter pair

Configuration for overriding threats actions by threat_id match.

If a threat is matched both by configuration provided in severity_overrides and threat_overrides, the threat_overrides action is applied.

Optional.

Implementation

core.List<ThreatOverride>? threatOverrides;