Databricks SDK for JavaScript
    Preparing search index...
    interface JobSpec {
        accessToken?: string;
        jobId?: string;
        workspaceUrl?: string;
    }
    Index

    Properties

    accessToken?: string

    The personal access token used to authorize webhook's job runs.

    jobId?: string

    ID of the job that the webhook runs.

    workspaceUrl?: string

    URL of the workspace containing the job that this webhook runs. If not specified, the job’s workspace URL is assumed to be the same as the workspace where the webhook is created.