Skip to content

Interface: SharepointOptions

Defined in: src/ms-graph/sharepoint.ts:11

Represents the configuration options for SharePoint.

Properties

PropertyTypeDescriptionDefined in
clientIdstringThe client ID for authentication.src/ms-graph/sharepoint.ts:13
clientSecretstringThe client secret for authentication.src/ms-graph/sharepoint.ts:15
tenantIdstringThe tenant ID for authentication.src/ms-graph/sharepoint.ts:17
resourcestringThe resource name.src/ms-graph/sharepoint.ts:19
domainstringThe SharePoint domain.src/ms-graph/sharepoint.ts:21
siteNamestringThe SharePoint site name.src/ms-graph/sharepoint.ts:23
proxy?stringThe proxy URL to bootstrap agent proxy.src/ms-graph/sharepoint.ts:25

Matterway Assistant SDK Documentation