NotificationConfig

<< Click to Display Table of Contents >>

Navigation:  Development > Project Artifacts >

NotificationConfig

 

NotificationConfigs model notification configurations for registered projects. They are the direct result of the Project Notifications page in the Web UI.

 

{

 "senderId" : "",

 "projectName" : "",

 "targets" : []

}

 

 

Attribute

Value

Note

senderId

The identifier for the notification sender account.

This is the address field of the respective entry in NOTIFICATION_SENDER.

projectName

The name of the project these notification settings are for.

 

targets

A list of recipients of notifications for this project, in the form of NotificationTargets.