Optional
isIndicates if the notification can be managed in the hub. If true, the object will also contain 'subscriptionInfo' object and a 'presentationInfo' object with a non-empty scopes array.
Indicates if the notification can be subscribed to by users. If true, the object will also contain 'subscriptionInfo' object
Notification name pattern that will trigger this notification e.g resource.action
Optional
presentationObject containing information pertaining to the presentaion of a notification in the UI
Optional
friendlyName?: stringLocalized, human-readable string representing the name of the notification suitable to use in a UI
Optional
scopeFriendlyNames?: Record<string, string>Friendly name to be displayed for each scope.
Optional
scopes?: string[]Information about the scopes to which this notification applies. Helps determine the placement of the notification in the UI
Optional
subscriptionObject indicating what properties to use to subscribe to this notification via the 'Subscriptions' service. For info about its properties, refer to the Subscription sevice's API doc.
Type of Transport e.g. Email, Notification, Slack message etc...
Notification result item