Back to Node Auth0

Interface GetActionModuleActionsResponseContent

docs/interfaces/management.Management.GetActionModuleActionsResponseContent.html

5.9.11.1 KB
Original Source

Interface GetActionModuleActionsResponseContent

interface GetActionModuleActionsResponseContent {
actions?: ActionModuleAction[];
total?: number;
page?: number;
per_page?: number;
}

Index

Properties

actions?total?page?per_page?

Properties

Optionalactions

actions?: ActionModuleAction[]

A list of action references.

Optionaltotal

total?: number

The total number of actions using this module.

Optionalpage

page?: number

The page index of the returned results.

Optionalper_page

per_page?: number

The number of results requested per page.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties actionstotalpageper_page