Security Profile Threat Prevention Profile
data class SecurityProfileThreatPreventionProfile(val severityOverrides: List<SecurityProfileThreatPreventionProfileSeverityOverride>? = null, val threatOverrides: List<SecurityProfileThreatPreventionProfileThreatOverride>? = null)
Constructors
Link copied to clipboard
constructor(severityOverrides: List<SecurityProfileThreatPreventionProfileSeverityOverride>? = null, threatOverrides: List<SecurityProfileThreatPreventionProfileThreatOverride>? = null)
Properties
Link copied to clipboard
The configuration for overriding threats actions by severity match. Structure is documented below.
Link copied to clipboard
The 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. Structure is documented below.