EmailReceiver interface
An email receiver.
Properties
email |
The email address of this receiver. |
name | The name of the email receiver. Names must be unique across all receivers within an action group. |
status | The receiver status of the e-mail. NOTE: This property will not be serialized. It can only be populated by the server. |
use |
Indicates whether to use common alert schema. |
Property Details
emailAddress
The email address of this receiver.
emailAddress: string
Property Value
string
name
The name of the email receiver. Names must be unique across all receivers within an action group.
name: string
Property Value
string
status
The receiver status of the e-mail. NOTE: This property will not be serialized. It can only be populated by the server.
status?: ReceiverStatus
Property Value
useCommonAlertSchema
Indicates whether to use common alert schema.
useCommonAlertSchema?: boolean
Property Value
boolean