OptionalisIndicates 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
OptionalpresentationObject containing information pertaining to the presentaion of a notification in the UI
OptionalfriendlyName?: stringLocalized, human-readable string representing the name of the notification suitable to use in a UI
OptionalscopeFriendlyNames?: Record<string, string>Friendly name to be displayed for each scope.
Optionalscopes?: string[]Information about the scopes to which this notification applies. Helps determine the placement of the notification in the UI
OptionalsubscriptionObject 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