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

    Interface ActionBase

    The action to which this version belongs.

    interface ActionBase {
        id?: string;
        name?: string;
        supported_triggers?: ActionTrigger[];
        all_changes_deployed?: boolean;
        created_at?: string;
        updated_at?: string;
    }
    Index

    Properties

    id?: string

    The unique ID of the action.

    name?: string

    The name of an action.

    supported_triggers?: ActionTrigger[]

    The list of triggers that this action supports. At this time, an action can only target a single trigger at a time.

    all_changes_deployed?: boolean

    True if all of an Action's contents have been deployed.

    created_at?: string

    The time when this action was created.

    updated_at?: string

    The time when this action was updated.