Back to Node Auth0

Interface ListNetworkAclsRequestParameters

docs/interfaces/management.Management.ListNetworkAclsRequestParameters.html

5.9.11.1 KB
Original Source

Interface ListNetworkAclsRequestParameters

Example

{ * page: 1, * per_page: 1, * include_totals: true * }Copy

interface ListNetworkAclsRequestParameters {
page?: number | null;
per_page?: number | null;
include_totals?: boolean | null;
}

Index

Properties

page?per_page?include_totals?

Properties

Optionalpage

page?: number | null

Use this field to request a specific page of the list results.

Optionalper_page

per_page?: number | null

The amount of results per page.

Optionalinclude_totals

include_totals?: boolean | null

Return results inside an object that contains the total result count (true) or as a direct array of results (false, default).

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties pageper_pageinclude_totals