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

    Interface FlowActionXmlParseXml

    interface FlowActionXmlParseXml {
        id: string;
        alias?: string;
        type: "XML";
        action: "PARSE_XML";
        allow_failure?: boolean;
        mask_output?: boolean;
        params: FlowActionXmlParseXmlParams;
    }
    Index

    Properties

    id: string
    alias?: string
    type: "XML"
    action: "PARSE_XML"
    allow_failure?: boolean
    mask_output?: boolean