Back to Node Auth0

Interface UpdateActionModuleResponseContent

docs/interfaces/management.Management.UpdateActionModuleResponseContent.html

5.9.13.0 KB
Original Source

Interface UpdateActionModuleResponseContent

interface UpdateActionModuleResponseContent {
id?: string;
name?: string;
code?: string;
dependencies?: ActionModuleDependency[];
secrets?: ActionModuleSecret[];
actions_using_module_total?: number;
all_changes_published?: boolean;
latest_version_number?: number;
created_at?: string;
updated_at?: string;
latest_version?: ActionModuleVersionReference;
}

Index

Properties

id?name?code?dependencies?secrets?actions_using_module_total?all_changes_published?latest_version_number?created_at?updated_at?latest_version?

Properties

Optionalid

id?: string

The unique ID of the module.

Optionalname

name?: string

The name of the module.

Optionalcode

code?: string

The source code from the module's draft version.

Optionaldependencies

dependencies?: ActionModuleDependency[]

The npm dependencies from the module's draft version.

Optionalsecrets

secrets?: ActionModuleSecret[]

The secrets from the module's draft version (names and timestamps only, values never returned).

Optionalactions_using_module_total

actions_using_module_total?: number

The number of deployed actions using this module.

Optionalall_changes_published

all_changes_published?: boolean

Whether all draft changes have been published as a version.

Optionallatest_version_number

latest_version_number?: number

The version number of the latest published version. Omitted if no versions have been published.

Optionalcreated_at

created_at?: string

Timestamp when the module was created.

Optionalupdated_at

updated_at?: string

Timestamp when the module was last updated.

Optionallatest_version

latest_version?: ActionModuleVersionReference

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties idnamecodedependenciessecretsactions_using_module_totalall_changes_publishedlatest_version_numbercreated_atupdated_atlatest_version