Class ActionVersion
- Namespace
- Auth0.Management
Api .Models.Actions
- Assembly
- Auth0.ManagementApi.dll
Represents a version for an action in Auth0
- Inheritance
-
Action
Version
- Inherited Members
Properties
Action
The action to which this version belongs.
Property Value
Code
The source code of this specific version of the action.
Property Value
CreatedAt
The time when this version was created.
Property Value
Dependencies
The list of third party npm modules, and their versions, that this specific version depends on.
Property Value
Deployed
Indicates if this specific version is the currently one deployed.
Property Value
- bool?
Errors
Any errors that occurred while the version was being built.
Property Value
Id
The unique id of an action version.
Property Value
Number
The index of this version in list of versions for the action.
Property Value
Runtime
The Node runtime. For example: node12
Property Value
Secrets
The list of secrets that are included in the version.
Property Value
Status
The build status of this specific version.
Property Value
UpdatedAt
The time when a version was updated. Versions are never updated externally. Only Auth0 will update an action version as it is being built.