nylas
    Preparing search index...

    Interface Connector

    Interface representing the Nylas connector response.

    interface Connector {
        activeCredentialId?: string;
        provider: Provider;
        scope?: string[];
        settings?: Record<string, unknown>;
    }
    Index

    Properties

    activeCredentialId?: string

    The active credential ID for the connector. This is the default credential used for authentication when no specific credential is specified.

    provider: Provider

    The provider type

    scope?: string[]

    Default scopes for the connector

    settings?: Record<string, unknown>

    Optional settings from provider