AboutSupportDeveloper GuideVersion 22.3.19
interface Microsoft365ConnectionConfig {
    clientId: string;
    redirectUri: string;
    tenantId: string;
}

Properties

clientId: string

The client ID of the Microsoft 365 application.

redirectUri: string

The redirect URI of the Microsoft 365 application.

tenantId: string

The tenant ID of the Microsoft 365 application.