pub type SecurityRuleSeverityConfig = SecurityRuleSeverityConfig<Severity>;Aliased Type§
pub struct SecurityRuleSeverityConfig {
pub configured: Severity,
pub effective: Severity,
}Fields§
§configured: SeveritySeverity read from resolved config before the security command applies its default-on behavior.
effective: SeveritySeverity used for this command run.