zap-cdk
    Preparing search index...

    Interface IActiveScanPolicyParameters

    IActiveScanPolicyParameters Represents the parameters for an active scan policy.

    interface IActiveScanPolicyParameters {
        name: string;
        policyDefinition: {
            alertTags?: IAlertTag;
            defaultStrength?: strength;
            defaultThreshold?: threshold;
            rules?: IRule[];
        };
    }
    Index

    Properties

    name: string

    Name of the policy, mandatory.

    policyDefinition: {
        alertTags?: IAlertTag;
        defaultStrength?: strength;
        defaultThreshold?: threshold;
        rules?: IRule[];
    }

    The definition of the policy.