Back to Node Auth0

Interface ListActionBindingsPaginatedResponseContent

docs/interfaces/management.Management.ListActionBindingsPaginatedResponseContent.html

5.9.11.1 KB
Original Source

Interface ListActionBindingsPaginatedResponseContent

interface ListActionBindingsPaginatedResponseContent {
total?: number;
page?: number;
per_page?: number;
bindings?: ActionBinding[];
}

Index

Properties

total?page?per_page?bindings?

Properties

Optionaltotal

total?: number

The total result count.

Optionalpage

page?: number

Page index of the results being returned. First page is 0.

Optionalper_page

per_page?: number

Number of results per page.

Optionalbindings

bindings?: ActionBinding[]

The list of actions that are bound to this trigger in the order in which they will be executed.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties totalpageper_pagebindings