Package version:

The properties of an alert.

interface AlertProperties {
    customEmailAddresses?: string[];
    locale?: string;
    sendToOwners?: string;
}

Properties

customEmailAddresses?: string[]

The custom email address for sending emails.

locale?: string

The locale for the email notification.

sendToOwners?: string

A value indicating whether to send email to subscription administrator.