Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AlertSettings

Package version

interface

An interface representing AlertSettings. The alert settings.

extends

BaseModel

Hierarchy

Index

Properties

Optional additionalRecipientEmailList

additionalRecipientEmailList: string[]
member

{string[]} [additionalRecipientEmailList] The alert notification email list.

Optional alertNotificationCulture

alertNotificationCulture: undefined | string
member

{string} [alertNotificationCulture] The alert notification culture.

emailNotification

emailNotification: AlertEmailNotificationStatus
member

{AlertEmailNotificationStatus} emailNotification Indicates whether email notification enabled or not. Possible values include: 'Enabled', 'Disabled'

Optional id

id: undefined | string
member

{string} [id] The path ID that uniquely identifies the object. NOTE: This property will not be serialized. It can only be populated by the server.

Optional kind

kind: Kind
member

{Kind} [kind] The Kind of the object. Currently only Series8000 is supported. Possible values include: 'Series8000'

Optional name

name: undefined | string
member

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

Optional notificationToServiceOwners

notificationToServiceOwners: AlertEmailNotificationStatus
member

{AlertEmailNotificationStatus} [notificationToServiceOwners] The value indicating whether alert notification enabled for admin or not. Possible values include: 'Enabled', 'Disabled'

Optional type

type: undefined | string
member

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

Generated using TypeDoc