Databricks SDK for JavaScript
    Preparing search index...

    Interface ListNccPrivateEndpointRulesResponse

    The private endpoint rule list was successfully retrieved.

    interface ListNccPrivateEndpointRulesResponse {
        items?: NccPrivateEndpointRule[];
        nextPageToken?: string;
    }
    Index

    Properties

    nextPageToken?: string

    A token that can be used to get the next page of results. If null, there are no more results to show.