Interface UpdateConnectorRequest

Interface representing the base Nylas connector creation request.

Hierarchy

  • UpdateConnectorRequest

Properties

Properties

name?: string

Custom name of the connector

scope?: string[]

The OAuth scopes

settings?: Record<string, unknown>

The OAuth provider credentials and settings

Generated using TypeDoc