INPUT_OBJECT
WebhookAuditSubscriptionInput
Description
Audit subscription settings.
link GraphQL Schema definition
- input WebhookAuditSubscriptionInput {
- #   The audit types to subscribe to.
- : [AuditType!]!
- #   Whether the webhook is subscribed to all audits.
- : Boolean
- #   Whether the webhook is subscribed to all object types.
- : Boolean
- #   The object types to subscribe to.
- : [AuditObjectType!]!
- #   The severity levels to subscribe to.
- : [AuditSeverity!]!
- #   The template information.
- : WebhookTemplateInfoInput!
- }