INPUT_OBJECT
WebhookPayload
Description
Webhook configuration information.
link GraphQL Schema definition
- input WebhookPayload {
- # Authentication type that the endpoint uses.
- : WebhookAuthInfoV2Input!
- # A description of the webhook to be created.
- : String
- # The name of the webhook to be created.
- : String
- # Webhook integration provider type.
- : ProviderTypeV2!
- # 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
- # Webhook subscription settings.
- : WebhookSubscriptionTypeV2Input!
- # Webhook receiver url.
- : String
- }