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