Databricks SDK for JavaScript
    Preparing search index...

    Interface ListNetworkPoliciesResponse

    interface ListNetworkPoliciesResponse {
        items?: AccountNetworkPolicy[];
        nextPageToken?: string;
    }
    Index

    Properties

    List of network policies.

    nextPageToken?: string

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