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