| Package | Description |
|---|---|
| ai.nightfall.scan.model |
| Modifier and Type | Method and Description |
|---|---|
AlertConfig |
ScanTextConfig.getAlertConfig()
Get the alert configuration that specifies where alerts should be delivered when findings are detected.
|
AlertConfig |
ScanPolicy.getAlertConfig()
Get the alert configuration that specifies where alerts should be delivered when findings are detected.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ScanTextConfig.setAlertConfig(AlertConfig alertConfig)
Sets the alert configuration that specifies where alerts should be delivered when findings are detected.
|
void |
ScanPolicy.setAlertConfig(AlertConfig alertConfig)
Sets the alert configuration that specifies where alerts should be delivered when findings are detected.
|
| Constructor and Description |
|---|
ScanPolicy(AlertConfig alertConfig,
List<DetectionRule> detectionRules,
List<UUID> detectionRuleUUIDs)
Create a scan policy with the provided detection rules and detection rule UUIDs.
|
Copyright © 2022. All rights reserved.