Type Alias PutMicrosoft365Config

Microsoft 365 authentication configuration. Provides OAuth credentials and tenant information for Microsoft 365 email delivery.

type PutMicrosoft365Config = {
    clientId?: string;
    clientSecret?: string;
    emailAddress?: string;
    providerTenantId?: string;
}
Index

Properties

clientId?: string

Microsoft365 client identifier

clientSecret?: string
emailAddress?: string
providerTenantId?: string