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

    Interface ActionModuleAction

    interface ActionModuleAction {
        action_id?: string;
        action_name?: string;
        module_version_id?: string;
        module_version_number?: number;
        supported_triggers?: ActionTrigger[];
    }
    Index

    Properties

    action_id?: string

    The unique ID of the action.

    action_name?: string

    The name of the action.

    module_version_id?: string

    The ID of the module version this action is using.

    module_version_number?: number

    The version number of the module this action is using.

    supported_triggers?: ActionTrigger[]

    The triggers that this action supports.