Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.6 KB

SmtpPolicy.md

File metadata and controls

18 lines (14 loc) · 1.6 KB

SmtpPolicy

Name that identifies the SMTP Policy.

Properties

Name Type Description Notes
enabled bool If enabled, controls the state of the SMTP client service on the managed device. [optional]
min_severity str Minimum fault severity level to receive email notifications. Email notifications are sent for all faults whose severity is equal to or greater than the chosen level. [optional] [default to 'critical']
sender_email str The email address entered here will be displayed as the from address (mail received from address) of all the SMTP mail alerts that are received. If not configured, the hostname of the server is used in the from address field. [optional]
smtp_port int Port number used by the SMTP server for outgoing SMTP communication. [optional]
smtp_recipients list[str] [optional]
smtp_server str IP address or hostname of the SMTP server. The SMTP server is used by the managed device to send email notifications. [optional]
organization OrganizationOrganization [optional]
profiles list[PolicyAbstractConfigProfile] A reference to a policyAbstractConfigProfile resource. When the $expand query parameter is specified, the referenced resource is returned inline. Relationship to the profile object. [optional]

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