OBJECT
EventSubscription
Description
The event subscription information.
link GraphQL Schema definition
- type EventSubscription {
- # True if subscribed to all events.
- Boolean! :
- # True if subscribed to all object types.
- Boolean! :
- # Subscription message template.
- TemplateInfo :
- # The event types to which the webhook is subscribed.
- EventType!]! : [
- # The object types to which the webhook is subscribed.
- EventObjectType!]! : [
- # The event severities to which the webhook is subscribed.
- EventSeverity!]! : [
- }