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

    Interface FlowActionFlowMapValue

    interface FlowActionFlowMapValue {
        id: string;
        alias?: string;
        type: "FLOW";
        action: "MAP_VALUE";
        allow_failure?: boolean;
        mask_output?: boolean;
        params: FlowActionFlowMapValueParams;
    }
    Index

    Properties

    id: string
    alias?: string
    type: "FLOW"
    action: "MAP_VALUE"
    allow_failure?: boolean
    mask_output?: boolean