Back to Node Auth0

Interface DeployActionResponseContent

docs/interfaces/management.Management.DeployActionResponseContent.html

5.9.14.2 KB
Original Source

Interface DeployActionResponseContent

interface DeployActionResponseContent {
id?: string;
action_id?: string;
code?: string;
dependencies?: ActionVersionDependency[];
deployed?: boolean;
runtime?: string;
secrets?: ActionSecretResponse[];
status?: Management.ActionVersionBuildStatusEnum;
number?: number;
errors?: ActionError[];
action?: ActionBase;
built_at?: string;
created_at?: string;
updated_at?: string;
supported_triggers?: ActionTrigger[];
modules?: ActionModuleReference[];
}

Index

Properties

id?action_id?code?dependencies?deployed?runtime?secrets?status?number?errors?action?built_at?created_at?updated_at?supported_triggers?modules?

Properties

Optionalid

id?: string

The unique id of an action version.

Optionalaction_id

action_id?: string

The id of the action to which this version belongs.

Optionalcode

code?: string

The source code of this specific version of the action.

Optionaldependencies

dependencies?: ActionVersionDependency[]

The list of third party npm modules, and their versions, that this specific version depends on.

Optionaldeployed

deployed?: boolean

Indicates if this specific version is the currently one deployed.

Optionalruntime

runtime?: string

The Node runtime. For example: node22

Optionalsecrets

secrets?: ActionSecretResponse[]

The list of secrets that are included in an action or a version of an action.

Optionalstatus

status?: Management.ActionVersionBuildStatusEnum

Optionalnumber

number?: number

The index of this version in list of versions for the action.

Optionalerrors

errors?: ActionError[]

Any errors that occurred while the version was being built.

Optionalaction

action?: ActionBase

Optionalbuilt_at

built_at?: string

The time when this version was built successfully.

Optionalcreated_at

created_at?: string

The time when this version was created.

Optionalupdated_at

updated_at?: string

The time when a version was updated. Versions are never updated externally. Only Auth0 will update an action version as it is being built.

Optionalsupported_triggers

supported_triggers?: ActionTrigger[]

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

Optionalmodules

modules?: ActionModuleReference[]

The list of action modules and their versions used by this action version.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties idaction_idcodedependenciesdeployedruntimesecretsstatusnumbererrorsactionbuilt_atcreated_atupdated_atsupported_triggersmodules