nylas
    Preparing search index...

    Interface MicrosoftCreateConnectorRequest

    interface MicrosoftCreateConnectorRequest {
        name: string;
        provider: Provider;
        scope?: string[];
        settings: MicrosoftCreateConnectorSettings;
    }

    Hierarchy

    • BaseCreateConnectionRequest
      • MicrosoftCreateConnectorRequest
    Index

    Properties

    name: string

    Custom name of the connector

    provider: Provider

    The provider type

    scope?: string[]

    The Microsoft OAuth scopes

    The Microsoft OAuth provider credentials and settings