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

    Interface ActionTrigger

    interface ActionTrigger {
        id: string;
        version?: string;
        status?: string;
        runtimes?: string[];
        default_runtime?: string;
        compatible_triggers?: ActionTriggerCompatibleTrigger[];
        binding_policy?: Management.ActionBindingTypeEnum;
    }
    Index

    Properties

    id: string
    version?: string

    The version of a trigger. v1, v2, etc.

    status?: string

    status points to the trigger status.

    runtimes?: string[]

    runtimes supported by this trigger.

    default_runtime?: string

    Runtime that will be used when none is specified when creating an action.

    compatible_triggers?: ActionTriggerCompatibleTrigger[]

    compatible_triggers informs which other trigger supports the same event and api.