NotificationEventRole interface
Encapsulates the properties of an event role. An event Role is used for role based subscription for example for a buildCompletedEvent, one role is request by field
Properties
id | Gets or sets an Id for that role, this id is used by the event. |
name | Gets or sets the Name for that role, this name is used for UI display. |
supports |
Gets or sets whether this role can be a group or just an individual user |
Property Details
id
Gets or sets an Id for that role, this id is used by the event.
id: string
Property Value
string
name
Gets or sets the Name for that role, this name is used for UI display.
name: string
Property Value
string
supportsGroups
Gets or sets whether this role can be a group or just an individual user
supportsGroups: boolean
Property Value
boolean