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

Latest commit

 

History

History
19 lines (16 loc) · 1.74 KB

SmtpAlert.md

File metadata and controls

19 lines (16 loc) · 1.74 KB

Rapid7VmConsole::SmtpAlert

Properties

Name Type Description Notes
enabled BOOLEAN 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 Integer The identifier of the alert. [optional]
limit_alert_text BOOLEAN Reports basic information in the alert, if enabled. [optional]
links Array<Link> [optional]
maximum_alerts Integer 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 String The name of the alert.
notification String The type of alert.
recipients Array<String> The recipient list. At least one recipient must be specified. Each recipient must be a valid e-mail address.
relay_server String The SMTP server/relay to send messages through.
sender_email_address String The sender e-mail address that will appear in the from field. [optional]