Auth0 Node.js SDK - v6.4.0
    Preparing search index...

    Interface ListConnectionProfilesPaginatedResponseContent

    interface ListConnectionProfilesPaginatedResponseContent {
        next?: string;
        connection_profiles?: ConnectionProfile[];
    }
    Index
    next?: string

    A cursor to be used as the "from" query parameter for the next page of results.

    connection_profiles?: ConnectionProfile[]