Databricks SDK for JavaScript
    Preparing search index...

    Response for listing stable URLs.

    interface ListStableUrlsResponse {
        nextPageToken?: string;
        stableUrls?: StableUrl[];
    }
    Index

    Properties

    nextPageToken?: string

    A token that can be sent as page_token to retrieve the next page. If omitted, there are no subsequent pages.

    stableUrls?: StableUrl[]

    The stable URLs for this account.