nylas
    Preparing search index...

    Interface GoogleCreateConnectorRequest

    Interface representing the base Nylas connector creation request.

    interface GoogleCreateConnectorRequest {
        name: string;
        provider: Provider;
        scope?: string[];
        settings: GoogleCreateConnectorSettings;
    }

    Hierarchy

    • BaseCreateConnectionRequest
      • GoogleCreateConnectorRequest
    Index

    Properties

    name: string

    Custom name of the connector

    provider: Provider

    The provider type

    scope?: string[]

    The Google OAuth scopes

    The Google OAuth provider credentials and settings