Auth0 Node.js SDK - v5.3.0
    Preparing search index...

    Interface ActionModuleReference

    Reference to a module and its version used by an action.

    interface ActionModuleReference {
        module_id?: string;
        module_name?: string;
        module_version_id?: string;
        module_version_number?: number;
    }
    Index

    Properties

    module_id?: string

    The unique ID of the module.

    module_name?: string

    The name of the module.

    module_version_id?: string

    The ID of the specific module version.

    module_version_number?: number

    The version number of the module.