Databricks SDK for JavaScript
    Preparing search index...
    RegistryWebhookStatus:
        | typeof RegistryWebhookStatus[keyof typeof RegistryWebhookStatus]
        | string & {}

    Enable or disable triggering the webhook, or put the webhook into test mode. The default is ACTIVE:

    • ACTIVE: Webhook is triggered when an associated event happens.

    • DISABLED: Webhook is not triggered.

    • TEST_MODE: Webhook can be triggered through the test endpoint, but is not triggered on a real event.