Appearance
Interface: SharepointOptions
Defined in: src/ms-graph/sharepoint.ts:11
Represents the configuration options for SharePoint.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
clientId | string | The client ID for authentication. | src/ms-graph/sharepoint.ts:13 |
clientSecret | string | The client secret for authentication. | src/ms-graph/sharepoint.ts:15 |
tenantId | string | The tenant ID for authentication. | src/ms-graph/sharepoint.ts:17 |
resource | string | The resource name. | src/ms-graph/sharepoint.ts:19 |
domain | string | The SharePoint domain. | src/ms-graph/sharepoint.ts:21 |
siteName | string | The SharePoint site name. | src/ms-graph/sharepoint.ts:23 |
proxy? | string | The proxy URL to bootstrap agent proxy. | src/ms-graph/sharepoint.ts:25 |