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

    Interface UpdateActionModuleRequestContent

    {}
    
    interface UpdateActionModuleRequestContent {
        code?: string;
        secrets?: ActionModuleSecretRequest[];
        dependencies?: ActionModuleDependencyRequest[];
    }
    Index

    Properties

    code?: string

    The source code of the action module.

    The secrets to associate with the action module.

    The npm dependencies of the action module.