@vectorize-io/vectorize-client
    Preparing search index...

    Interface Confluence

    Confluence

    interface Confluence {
        config: CONFLUENCEAuthConfig;
        name: string;
        type: "CONFLUENCE";
    }
    Index

    Properties

    Properties

    Confluence

    name: string

    Name of the connector

    Confluence

    type: "CONFLUENCE"

    Connector type (must be "CONFLUENCE")

    Confluence