Back to Node Auth0

Interface ListAculsOffsetPaginatedResponseContent

docs/interfaces/management.Management.ListAculsOffsetPaginatedResponseContent.html

5.9.11.1 KB
Original Source

Interface ListAculsOffsetPaginatedResponseContent

interface ListAculsOffsetPaginatedResponseContent {
configs?: ListAculsResponseContentItem[];
start?: number;
limit?: number;
total?: number;
}

Index

Properties

configs?start?limit?total?

Properties

Optionalconfigs

configs?: ListAculsResponseContentItem[]

Optionalstart

start?: number

the index of the first configuration in the response (before filtering)

Optionallimit

limit?: number

the maximum number of configurations shown per page (before filtering)

Optionaltotal

total?: number

the total number of configurations on this tenant

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties configsstartlimittotal