Uses of Class
ai.nightfall.scan.model.DetectionRule
Packages that use DetectionRule
-
Uses of DetectionRule in ai.nightfall.scan.model
Methods in ai.nightfall.scan.model that return types with arguments of type DetectionRuleModifier and TypeMethodDescriptionScanPolicy.getDetectionRules()Get the list of detection rules.ScanTextConfig.getDetectionRules()Get the detection rule UUIDs.Method parameters in ai.nightfall.scan.model with type arguments of type DetectionRuleModifier and TypeMethodDescriptionstatic ScanPolicyScanPolicy.fromDetectionRules(List<DetectionRule> detectionRules, String webhookURL) Create a scan policy with the provided detection rules.static ScanTextConfigScanTextConfig.fromDetectionRules(List<DetectionRule> detectionRules, int contextBytes) Create a scan configuration with the provided detection rules.voidScanPolicy.setDetectionRules(List<DetectionRule> detectionRules) Set the detection rules.voidScanTextConfig.setDetectionRules(List<DetectionRule> detectionRules) Set the detection rules.Constructor parameters in ai.nightfall.scan.model with type arguments of type DetectionRuleModifierConstructorDescriptionScanPolicy(String webhookURL, List<DetectionRule> detectionRules, List<UUID> detectionRuleUUIDs) Create a scan policy with the provided detection rules and detection rule UUIDs.