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

    Interface OneDrive

    OneDrive

    interface OneDrive {
        config: ONEDRIVEAuthConfig;
        name: string;
        type: "ONE_DRIVE";
    }
    Index

    Properties

    Properties

    OneDrive

    name: string

    Name of the connector

    OneDrive

    type: "ONE_DRIVE"

    Connector type (must be "ONE_DRIVE")

    OneDrive