Back to Node Auth0

Interface ListUserEffectivePermissionRoleSourcesResponseContent

docs/interfaces/management.Management.ListUserEffectivePermissionRoleSourcesResponseContent.html

5.11.01.0 KB
Original Source

Interface ListUserEffectivePermissionRoleSourcesResponseContent

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

Index

Properties

rolesnext?

Properties

roles

roles: UserEffectivePermissionRoleSourceResponseContent[]

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

Optionalnext

next?: string

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

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties rolesnext