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

    Interface ListUserEffectivePermissionRoleSourcesResponseContent

    interface ListUserEffectivePermissionRoleSourcesResponseContent {
        roles: UserEffectivePermissionRoleSourceResponseContent[];
        next?: string;
    }
    Index

    Properties

    Properties

    Roles with the specified permission assigned to the user, both directly and via groups.

    next?: string

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