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.
- String :
- # The application that will receive the webhook.
- ProviderType! :
- # The authentication type and token to authenticate the endpoint.
- AuthInfoInput :
- # The URL endpoint to the receiving application.
- URL! :
- }