Auth0 Node.js SDK - v7.2.0
    Preparing search index...

    Interface SearchResourceServersResponseContent

    interface SearchResourceServersResponseContent {
        resource_servers: ResourceServerSearchResponse[];
        next?: string;
    }
    Index
    resource_servers: ResourceServerSearchResponse[]

    Array of resource server objects matching the search criteria.

    next?: string

    Cursor for retrieving the next page of results. Omitted if there are no more results.