docs/interfaces/management.Management.ActionVersion.html
interface ActionVersion {
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[];
}
id?action_id?code?dependencies?deployed?runtime?secrets?status?number?errors?action?built_at?created_at?updated_at?supported_triggers?modules?
Optionalidid?: string
The unique id of an action version.
Optionalaction_idaction_id?: string
The id of the action to which this version belongs.
Optionalcodecode?: string
The source code of this specific version of the action.
Optionaldependenciesdependencies?: ActionVersionDependency[]
The list of third party npm modules, and their versions, that this specific version depends on.
Optionaldeployeddeployed?: boolean
Indicates if this specific version is the currently one deployed.
Optionalruntimeruntime?: string
The Node runtime. For example: node22
Optionalsecretssecrets?: ActionSecretResponse[]
The list of secrets that are included in an action or a version of an action.
Optionalstatusstatus?: Management.ActionVersionBuildStatusEnum
Optionalnumbernumber?: number
The index of this version in list of versions for the action.
Optionalerrorserrors?: ActionError[]
Any errors that occurred while the version was being built.
Optionalactionaction?: ActionBase
Optionalbuilt_atbuilt_at?: string
The time when this version was built successfully.
Optionalcreated_atcreated_at?: string
The time when this version was created.
Optionalupdated_atupdated_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_triggerssupported_triggers?: ActionTrigger[]
The list of triggers that this version supports. At this time, a version can only target a single trigger at a time.
Optionalmodulesmodules?: ActionModuleReference[]
The list of action modules and their versions used by this action version.
Member Visibility
ThemeOSLightDark
Properties idaction_idcodedependenciesdeployedruntimesecretsstatusnumbererrorsactionbuilt_atcreated_atupdated_atsupported_triggersmodules