Back to Node Auth0

Interface GetActionModuleVersionResponseContent

docs/interfaces/management.Management.GetActionModuleVersionResponseContent.html

5.9.11.8 KB
Original Source

Interface GetActionModuleVersionResponseContent

interface GetActionModuleVersionResponseContent {
id?: string;
module_id?: string;
version_number?: number;
code?: string;
secrets?: ActionModuleSecret[];
dependencies?: ActionModuleDependency[];
created_at?: string;
}

Index

Properties

id?module_id?version_number?code?secrets?dependencies?created_at?

Properties

Optionalid

id?: string

The unique ID for this version.

Optionalmodule_id

module_id?: string

The ID of the parent module.

Optionalversion_number

version_number?: number

The sequential version number.

Optionalcode

code?: string

The exact source code that was published with this version.

Optionalsecrets

secrets?: ActionModuleSecret[]

Secrets available to this version (name and updated_at only, values never returned).

Optionaldependencies

dependencies?: ActionModuleDependency[]

Dependencies locked to this version.

Optionalcreated_at

created_at?: string

The timestamp when this version was created.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties idmodule_idversion_numbercodesecretsdependenciescreated_at