i2 Connect SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/i2connect > spi > Service

    spi.Service type

    A service that a connector for the i2 Connect gateway makes available.

    Signature:

    export type Service = {
        id: string;
        name: string;
        description?: string;
        acquireUrl?: string;
        async?: Async;
        authConfigId?: string;
        clientConfigId?: string;
        clientConfigType?: 'CUSTOM' | 'FORM' | 'NONE';
        resultIdsPersistent?: boolean;
        resultItemTypeIds?: ResultItemTypeIds;
        seedConstraints?: ConnectorSeedConstraints;
        validateUrl?: string;
      };
    

    References: Async, ResultItemTypeIds, ConnectorSeedConstraints

    In this article
    Back to top © N. Harris Computer Corporation