Values.GenericWebhookSourceGeneric webhook configuration for services that support webhook notifications.
type nonrec t = {webhookUrl : String_.t option;The webhook URL endpoint
*)webhookId : String_.t option;The unique webhook identifier
*)webhookType : WebhookType.t option;The webhook authentication type
*)webhookSecret : WebhookSecret.t option;The webhook secret for authentication
*)apiKey : ApiKeyValue.t option;API Key for API Key webhook authentication
*)}