EmailReceiver Class

An email receiver.

Variables are only populated by the server, and will be ignored when sending a request.

All required parameters must be populated in order to send to Azure.

Inheritance
EmailReceiver

Constructor

EmailReceiver(*, name: str, email_address: str, use_common_alert_schema: Optional[bool] = False, **kwargs)

Variables

name
str

Required. The name of the email receiver. Names must be unique across all receivers within an action group.

email_address
str

Required. The email address of this receiver.

use_common_alert_schema
bool

Indicates whether to use common alert schema.

status
str or <xref:$>(<xref:python-base-namespace>)ReceiverStatus

The receiver status of the e-mail. Possible values include: "NotSpecified", "Enabled", "Disabled".