OBJECT
EventsNotificationRule
link GraphQL Schema definition
- type EventsNotificationRule implements Node, NodeVersion, NotificationRule {
- # User who created the notification rule
- User :
- # Creation time of the notification rule
- DateTime! :
- # List of CSP Project Entities that this notification rule is scoped
- Entity!] : [
- # List of email addresses the notifications of this rule needs to be delivered to.
- # Should be provided when notification target type is EMAIL
- String!] : [
- # Enabled turns the notification rule on/off
- Boolean! :
- # The type of the event
- EventsEventType! :
- # Opaque global ID
- ID! :
- # A [jsonata](https://docs.jsonata.org/overview.html) predicate to filter events
- # based on their payload. The event is only sent to
- # the subscriber if this expression evaluates to `true`, otherwise it is skipped
- String :
- # Last update time of the notification rule
- DateTime! :
- # Name of the notification rule
- String! :
- # Versioning ID
- ID! :
- # ID of the notification rule
- String! :
- # List of notification targets that this notification needs to be delivered
- AriaNotificationTarget!] : [
- # Provider name of the notification rule
- String! :
- }