Databricks SDK for JavaScript
    Preparing search index...
    interface ListProjectsResponse {
        nextPageToken?: string;
        projects?: Project[];
    }
    Index

    Properties

    nextPageToken?: string

    Token to request the next page of projects.

    projects?: Project[]

    List of all projects in the workspace that the user has permission to access.