Back to Node Auth0

Interface ListRolesOffsetPaginatedResponseContent

docs/interfaces/management.Management.ListRolesOffsetPaginatedResponseContent.html

5.9.1861 B
Original Source

Interface ListRolesOffsetPaginatedResponseContent

interface ListRolesOffsetPaginatedResponseContent {
start?: number;
limit?: number;
total?: number;
roles?: Role[];
}

Index

Properties

start?limit?total?roles?

Properties

Optionalstart

start?: number

Optionallimit

limit?: number

Optionaltotal

total?: number

Optionalroles

roles?: Role[]

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties startlimittotalroles