INPUT_OBJECT

WebhookPayload

Description

Webhook configuration information.

link GraphQL Schema definition

  • input WebhookPayload {
  • # The name of the webhook to be created.
  • name: String
  • # Webhook receiver url.
  • url: String
  • # Webhook integration provider type.
  • providerType: ProviderTypeV2!
  • # Authentication type that the endpoint uses.
  • authInfo: WebhookAuthInfoV2Input!
  • # Webhook subscription settings.
  • subscriptionType: WebhookSubscriptionTypeV2Input!
  • # A description of the webhook to be created.
  • description: String
  • # The Webhook server certificate that Rubrik uses to establish a TLS connection
  • # with the endpoint.
  • serverCertificate: String
  • # The ID of the service account attached to the webhook.
  • serviceAccountId: String
  • }