Auth0 Node.js SDK - v5.12.0
    Preparing search index...

    Interface ListGroupRolesResponseContent

    interface ListGroupRolesResponseContent {
        roles: Role[];
        next?: string;
    }
    Index

    Properties

    Properties

    roles: Role[]
    next?: string

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