OBJECT

SubscriptionSeverity

Description

The event and audit severities that the webhook is subscribed to.

link GraphQL Schema definition

  • type SubscriptionSeverity {
  • # The event severities that the webhook is subscribed to.
  • eventSeverities: [ActivitySeverityEnum!]!
  • # The audit types that the webhook is subscribed to.
  • auditSeverities: [UserAuditSeverityEnum!]!
  • }