Skip to content

Interface: SharepointOptions

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

Represents the configuration options for SharePoint.

Properties

PropertyTypeDescriptionDefined in
clientIdstringThe client ID for authentication.src/ms-graph/sharepoint.ts:14
clientSecretstringThe client secret for authentication.src/ms-graph/sharepoint.ts:16
tenantIdstringThe tenant ID for authentication.src/ms-graph/sharepoint.ts:18
resourcestringThe resource name.src/ms-graph/sharepoint.ts:20
domainstringThe SharePoint domain.src/ms-graph/sharepoint.ts:22
siteNamestringThe SharePoint site name.src/ms-graph/sharepoint.ts:24
proxy?stringThe proxy URL to bootstrap agent proxy.src/ms-graph/sharepoint.ts:26

Matterway Assistant SDK Documentation