Back to Node Auth0

Interface ListResourceServerOffsetPaginatedResponseContent

docs/interfaces/management.Management.ListResourceServerOffsetPaginatedResponseContent.html

5.9.11021 B
Original Source

Interface ListResourceServerOffsetPaginatedResponseContent

interface ListResourceServerOffsetPaginatedResponseContent {
start?: number;
limit?: number;
total?: number;
resource_servers?: ResourceServer[];
}

Index

Properties

start?limit?total?resource_servers?

Properties

Optionalstart

start?: number

Optionallimit

limit?: number

Optionaltotal

total?: number

Optionalresource_servers

resource_servers?: ResourceServer[]

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties startlimittotalresource_servers