INPUT_OBJECT
WebhookPayload
Description
Webhook configuration information.
link GraphQL Schema definition
- input WebhookPayload {
- # The name of the webhook to be created.
- String :
- # Webhook receiver url.
- String :
- # Webhook integration provider type.
- ProviderTypeV2! :
- # Authentication type that the endpoint uses.
- WebhookAuthInfoV2Input! :
- # Webhook subscription settings.
- WebhookSubscriptionTypeV2Input! :
- # A description of the webhook to be created.
- String :
- # The Webhook server certificate that Rubrik uses to establish a TLS connection
- # with the endpoint.
- String :
- # The ID of the service account attached to the webhook.
- String :
- }