OBJECT
SubscriptionSeverity
Description
The event and audit severities that the webhook is subscribed to.
link GraphQL Schema definition
- type SubscriptionSeverity {
- # The audit types that the webhook is subscribed to.
- : [UserAuditSeverityEnum!]!
- # The event severities that the webhook is subscribed to.
- : [ActivitySeverityEnum!]!
- }