nylas
    Preparing search index...

    Interface UpdateConnectorRequest

    Interface representing the base Nylas connector creation request.

    interface UpdateConnectorRequest {
        activeCredentialId?: string;
        name?: string;
        scope?: string[];
        settings?: Record<string, unknown>;
    }
    Index

    Properties

    activeCredentialId?: string

    The active credential ID to set as the default for this connector. When specified, this credential will be used for authentication when no specific credential is provided.

    name?: string

    Custom name of the connector

    scope?: string[]

    The OAuth scopes

    settings?: Record<string, unknown>

    The OAuth provider credentials and settings