INPUT_OBJECT

TestWebhookInput

Description

Webhook configuration to test.

link GraphQL Schema definition

  • input TestWebhookInput {
  • # The Webhook server certificate that Rubrik uses to establish a TLS connection
  • # with the endpoint.
  • serverCertificate: String
  • # The application that will receive the webhook.
  • providerType: ProviderType!
  • # The authentication type and token to authenticate the endpoint.
  • authInfo: AuthInfoInput
  • # The URL endpoint to the receiving application.
  • url: URL!
  • }

link Require by