Back to Node Auth0

Interface ListOrganizationGroupRolesResponseContent

docs/interfaces/management.Management.ListOrganizationGroupRolesResponseContent.html

5.11.0735 B
Original Source

Interface ListOrganizationGroupRolesResponseContent

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

Index

Properties

rolesnext?

Properties

roles

roles: Role[]

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