INPUT_OBJECT
UpdateWebhookInput
Description
Webhook configuration to update.
link GraphQL Schema definition
- input UpdateWebhookInput {
- # The authentication type and token to authenticate the endpoint.
- : AuthInfoInput
- # A description of the webhook to be created.
- : String
- # The ID of the webhook to be updated.
- : Int!
- # The new name of the webhook to be updated.
- : String
- # The application that will receive the webhook.
- : ProviderType
- # 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
- # Specifies whether a test event will be sent upon update.
- : Boolean
- # Specifies whether the webhook is enabled or not.
- : WebhookStatus
- # A list of event and audit severities to which the webhook is subscribed.
- : SubscriptionSeverityInput
- # A list of event and audit types to which the webhook is subscribed.
- : SubscriptionTypeInput
- # The URL endpoint to the receiving application.
- : URL
- }