INPUT_OBJECT
CreateWebhookInput
Description
Webhook configuration to add to an account.
link GraphQL Schema definition
- input CreateWebhookInput {
- # 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 :
- # The name of the webhook to be created.
- String! :
- # The URL endpoint to the receiving application.
- URL! :
- # A list of event and audit types to which the webhook is subscribed.
- SubscriptionTypeInput! :
- # A list of event and audit severities to which the webhook is subscribed.
- SubscriptionSeverityInput! :
- # The application that will receive the webhook.
- ProviderType! :
- # The authentication type and token to authenticate the endpoint.
- AuthInfoInput :
- }