OBJECT
WebhookV2
Description
Webhook configuration to add to an account.
link GraphQL Schema definition
- type WebhookV2 {
- # The webhook's unique ID.
- Int! :
- # The name of the webhook to be created.
- String! :
- # The user who created the webhook.
- String! :
- # A description of the webhook to be created.
- String :
- # The timestamp that this webhook was created at.
- DateTime :
- # The timestamp that this webhook was updated at.
- DateTime :
- # 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 URL endpoint that will receive the webhook.
- URL! :
- # The application that will receive the webhook.
- ProviderTypeV2! :
- # Specifies whether the webhook is enabled.
- WebhookStatusV2! :
- # The information about subscription.
- SubscriptionTypeV2 :
- # The authentication type that the endpoint uses.
- AuthenticationTypeV2! :
- # The information describing the webhook's most recent error.
- WebhookErrorInfo :
- }