Interface GetActionVersions200ResponseVersionsInner

Hierarchy

  • GetActionVersions200ResponseVersionsInner

Properties

action: any

The action to which this verison belongs.

action_id: string

The id of the action to which this version belongs.

built_at: string

The time when this version was built successfully.

code: string

The source code of this specific version of the action.

created_at: string

The time when this version was created.

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

deployed: boolean

Indicates if this speciic version is the currently one deployed.

Any errors that occurred while the version was being built.

id: string

The unique id of an action version.

number: number

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

runtime: string

The Node runtime. For example: node12

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

The build status of this specific version.

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

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 beiing built.