ENUM

ProviderType

Description

The provider of the endpoint to which the webhook will be sent.

link GraphQL Schema definition

  • enum ProviderType {
  • # A generic endpoint receives the webhook.
  • CUSTOM
  • # A CrowdStrike Falcon LogScale endpoint receives the webhook.
  • LOGSCALE
  • # A Microsoft Sentinel endpoint receives the webhook.
  • MICROSOFT_SENTINEL
  • # A PagerDuty endpoint receives the webhook.
  • PAGERDUTY
  • # Unused default value.
  • PROVIDER_TYPE_UNSPECIFIED
  • # A Splunk endpoint receives the webhook.
  • SPLUNK
  • }