Skip to main content

SecurityRuleSeverityConfig

Type Alias SecurityRuleSeverityConfig 

Source
pub type SecurityRuleSeverityConfig = SecurityRuleSeverityConfig<Severity>;

Aliased Type§

pub struct SecurityRuleSeverityConfig {
    pub configured: Severity,
    pub effective: Severity,
}

Fields§

§configured: Severity

Severity read from resolved config before the security command applies its default-on behavior.

§effective: Severity

Severity used for this command run.