INPUT_OBJECT
SendTestMessageToWebhookInput
Description
The input values for sending test message to webhook.
link GraphQL Schema definition
- input SendTestMessageToWebhookInput {
- # Webhook receiver url.
- String :
- # Webhook integration provider type.
- ProviderTypeV2! :
- # Authentication type that the endpoint uses.
- WebhookAuthInfoV2Input! :
- # The Webhook server certificate that Rubrik uses to establish a TLS connection
- # with the endpoint.
- String :
- }