OBJECT
AuditSubscription
Description
The audit subscription information.
link GraphQL Schema definition
- type AuditSubscription {
- # The audit types to which the webhook is subscribed.
- : [AuditType!]!
- # True if subscribed to all audits.
- : Boolean!
- # True if subscribed to all object types.
- : Boolean!
- # The object types to which the webhook is subscribed.
- : [AuditObjectType!]!
- # The audit severities to which the webhook is subscribed.
- : [AuditSeverity!]!
- # Subscription message template.
- : TemplateInfo
- }