| Package | Description |
|---|---|
| ai.nightfall.scan.model |
| Modifier and Type | Method and Description |
|---|---|
static ScanPolicy |
ScanPolicy.fromDetectionRules(List<DetectionRule> detectionRules,
String webhookURL)
Create a scan policy with the provided detection rules.
|
static ScanPolicy |
ScanPolicy.fromDetectionRuleUUIDs(List<UUID> detectionRuleUUIDs,
String webhookURL)
Create a scan policy with the provided detection rules.
|
ScanPolicy |
ScanFileRequest.getPolicy()
Get the policy.
|
| Constructor and Description |
|---|
ScanFileRequest(ScanPolicy policy,
String requestMetadata)
Create a new request to scan a file.
|
Copyright © 2022. All rights reserved.