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