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.
- ActivitySeverityEnum!]! : [
- # The audit types that the webhook is subscribed to.
- UserAuditSeverityEnum!]! : [
- }