Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

Latest commit

 

History

History
17 lines (13 loc) · 1.46 KB

Alert.md

File metadata and controls

17 lines (13 loc) · 1.46 KB

Alert

Properties

Name Type Description Notes
enabled bool Flag indicating the alert is enabled.
enabled_scan_events ScanEvents Allows the user to specify which scan events generate an alert. Default values will be chosen if property is not specified as apart of the request. The default values are documented in the properties of `enabledScanEvents`. [optional]
enabled_vulnerability_events VulnerabilityEvents Allows the user to specify which vulnerability result events generate an alert. Default values will be chosen if property is not specified as apart of the request. The default values are documented in the properties of `enabledVulnerabilityEvents`. [optional]
id int The identifier of the alert. [optional]
links list[Link] Hypermedia links to corresponding or related resources. [optional]
maximum_alerts int The maximum number of alerts that will be issued. To disable maximum alerts, omit the property in the request or specify the property with a value of `null`. [optional]
name str The name of the alert.
notification str The type of alert.

[Back to Model list] [Back to API list] [Back to README]