zap-cdk
    Preparing search index...

    IPassiveScanRule Represents a passive scan rule configuration.

    interface IPassiveScanRule {
        id: number;
        name?: string;
        threshold?: "Low" | "Medium" | "High" | "Off";
    }
    Index

    Properties

    Properties

    id: number
    name?: string

    The name of the rule for documentation purposes - this is not required or actually used.

    threshold?: "Low" | "Medium" | "High" | "Off"

    The Alert Threshold for this rule, default: Medium.