Skip to content

Interface: SharepointOptions

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

Represents the configuration options for SharePoint.

Properties

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

Matterway Assistant SDK Documentation