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