Back to Node Auth0

Interface ListActionsRequestParameters

docs/interfaces/management.Management.ListActionsRequestParameters.html

5.9.12.0 KB
Original Source

Interface ListActionsRequestParameters

Example

{ * triggerId: "post-login", * actionName: "actionName", * deployed: true, * page: 1, * per_page: 1, * installed: true * }Copy

interface ListActionsRequestParameters {
triggerId?: Management.ActionTriggerTypeEnum | null;
actionName?: string | null;
deployed?: boolean | null;
page?: number | null;
per_page?: number | null;
installed?: boolean | null;
}

Index

Properties

triggerId?actionName?deployed?page?per_page?installed?

Properties

OptionaltriggerId

triggerId?: Management.ActionTriggerTypeEnum | null

An actions extensibility point.

OptionalactionName

actionName?: string | null

The name of the action to retrieve.

Optionaldeployed

deployed?: boolean | null

Optional filter to only retrieve actions that are deployed.

Optionalpage

page?: number | null

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

Optionalper_page

per_page?: number | null

The maximum number of results to be returned by the server in single response. 20 by default

Optionalinstalled

installed?: boolean | null

Optional. When true, return only installed actions. When false, return only custom actions. Returns all actions by default.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties triggerIdactionNamedeployedpageper_pageinstalled