Back to Node Auth0

Interface ActionBase

docs/interfaces/management.Management.ActionBase.html

5.9.11.6 KB
Original Source

Interface ActionBase

The action to which this version belongs.

interface ActionBase {
id?: string;
name?: string;
supported_triggers?: ActionTrigger[];
all_changes_deployed?: boolean;
created_at?: string;
updated_at?: string;
}

Index

Properties

id?name?supported_triggers?all_changes_deployed?created_at?updated_at?

Properties

Optionalid

id?: string

The unique ID of the action.

Optionalname

name?: string

The name of an action.

Optionalsupported_triggers

supported_triggers?: ActionTrigger[]

The list of triggers that this action supports. At this time, an action can only target a single trigger at a time.

Optionalall_changes_deployed

all_changes_deployed?: boolean

True if all of an Action's contents have been deployed.

Optionalcreated_at

created_at?: string

The time when this action was created.

Optionalupdated_at

updated_at?: string

The time when this action was updated.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties idnamesupported_triggersall_changes_deployedcreated_atupdated_at