INPUT_OBJECT
TestWebhookInput
Description
Webhook configuration to test.
link GraphQL Schema definition
- input TestWebhookInput {
- # The authentication type and token to authenticate the endpoint.
- : AuthInfoInput
- # The application that will receive the webhook.
- : ProviderType!
- # The Webhook server certificate that Rubrik uses to establish a TLS connection
- # with the endpoint.
- : String
- # The URL endpoint to the receiving application.
- : URL!
- }