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

    Interface ZoomAdmin

    ZoomAdmin

    interface ZoomAdmin {
        config: ZOOMADMINAuthConfig;
        name: string;
        type: "ZOOM_ADMIN";
    }
    Index

    Properties

    Properties

    ZoomAdmin

    name: string

    Name of the connector

    ZoomAdmin

    type: "ZOOM_ADMIN"

    Connector type (must be "ZOOM_ADMIN")

    ZoomAdmin