Back to Node Auth0

Interface UpdateActionResponseContent

docs/interfaces/management.Management.UpdateActionResponseContent.html

5.9.14.5 KB
Original Source

Interface UpdateActionResponseContent

interface UpdateActionResponseContent {
id?: string;
name?: string;
supported_triggers?: ActionTrigger[];
all_changes_deployed?: boolean;
created_at?: string;
updated_at?: string;
code?: string;
dependencies?: ActionVersionDependency[];
runtime?: string;
secrets?: ActionSecretResponse[];
deployed_version?: ActionDeployedVersion;
installed_integration_id?: string;
integration?: Integration;
status?: Management.ActionBuildStatusEnum;
built_at?: string;
deploy?: boolean;
modules?: ActionModuleReference[];
}

Index

Properties

id?name?supported_triggers?all_changes_deployed?created_at?updated_at?code?dependencies?runtime?secrets?deployed_version?installed_integration_id?integration?status?built_at?deploy?modules?

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.

Optionalcode

code?: string

The source code of the action.

Optionaldependencies

dependencies?: ActionVersionDependency[]

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

Optionalruntime

runtime?: string

The Node runtime. For example: node22, defaults to node22

Optionalsecrets

secrets?: ActionSecretResponse[]

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

Optionaldeployed_version

deployed_version?: ActionDeployedVersion

Optionalinstalled_integration_id

installed_integration_id?: string

installed_integration_id is the fk reference to the InstalledIntegration entity.

Optionalintegration

integration?: Integration

Optionalstatus

status?: Management.ActionBuildStatusEnum

Optionalbuilt_at

built_at?: string

The time when this action was built successfully.

Optionaldeploy

deploy?: boolean

True if the action should be deployed after creation.

Optionalmodules

modules?: ActionModuleReference[]

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

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties idnamesupported_triggersall_changes_deployedcreated_atupdated_atcodedependenciesruntimesecretsdeployed_versioninstalled_integration_idintegrationstatusbuilt_atdeploymodules