Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AlertSettings

Package version

interface

An interface representing AlertSettings. AlertSettings on the device which represents how alerts will be processed

extends

BaseModel

Hierarchy

Index

Properties

Optional additionalRecipientEmailList

additionalRecipientEmailList: string[]
member

{string[]} [additionalRecipientEmailList] List of email addresses (apart from admin/coadmin of subscription) to whom the alert emails need to be sent

alertNotificationCulture

alertNotificationCulture: string
member

{string} alertNotificationCulture Culture setting to be used while building alert emails. For eg: "en-US"

emailNotification

emailNotification: AlertEmailNotificationStatus
member

{AlertEmailNotificationStatus} emailNotification Value indicating whether user/admins will receive emails when an alert condition occurs on the system. Possible values include: 'Enabled', 'Disabled'

Optional id

id: undefined | string
member

{string} [id] The identifier. NOTE: This property will not be serialized. It can only be populated by the server.

Optional name

name: undefined | string
member

{string} [name] The name. NOTE: This property will not be serialized. It can only be populated by the server.

notificationToServiceOwners

notificationToServiceOwners: ServiceOwnersAlertNotificationStatus
member

{ServiceOwnersAlertNotificationStatus} notificationToServiceOwners Value indicating whether service owners will receive emails when an alert condition occurs on the system. Applicable only if emailNotification flag is Enabled. Possible values include: 'Enabled', 'Disabled'

Optional type

type: undefined | string
member

{string} [type] The type. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc