Home > @i2analyze/i2connect > connectors
connectors namespace
The members of the connectors
namespace allow you to configure the connectors that you create for the i2 Connect server.
Signature:
export declare namespace connectors
Introduced: API version 1.0
Interfaces
Interface | Description |
---|---|
IAuthenticationField | A field on an authentication dialog. |
IAuthenticatorConfig | A collection of properties that provide configuration for an authenticator. |
IConnectorConfig | A collection of properties that provide the name and configuration for a connector. |
IConnectorSchema | A connector schema. |
ISchemas | A container for the schemas that a connector uses. |
Type Aliases
Type Alias | Description |
---|---|
AuthenticationFieldType | The type of an authentication field, which can be 'text' or 'password' . |