Uses of Class
ai.nightfall.scan.model.ScanPolicy
Packages that use ScanPolicy
-
Uses of ScanPolicy in ai.nightfall.scan.model
Methods in ai.nightfall.scan.model that return ScanPolicyModifier and TypeMethodDescriptionstatic ScanPolicyScanPolicy.fromDetectionRules(List<DetectionRule> detectionRules, String webhookURL) Create a scan policy with the provided detection rules.static ScanPolicyScanPolicy.fromDetectionRuleUUIDs(List<UUID> detectionRuleUUIDs, String webhookURL) Create a scan policy with the provided detection rules.ScanFileRequest.getPolicy()Get the policy.Constructors in ai.nightfall.scan.model with parameters of type ScanPolicyModifierConstructorDescriptionScanFileRequest(ScanPolicy policy, String requestMetadata) Create a new request to scan a file.