Appearance
Interface: SharepointOptions
Defined in: src/ms-graph/sharepoint.ts:12
Represents the configuration options for SharePoint.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
clientId | string | The client ID for authentication. | src/ms-graph/sharepoint.ts:14 |
clientSecret | string | The client secret for authentication. | src/ms-graph/sharepoint.ts:16 |
tenantId | string | The tenant ID for authentication. | src/ms-graph/sharepoint.ts:18 |
resource | string | The resource name. | src/ms-graph/sharepoint.ts:20 |
domain | string | The SharePoint domain. | src/ms-graph/sharepoint.ts:22 |
siteName | string | The SharePoint site name. | src/ms-graph/sharepoint.ts:24 |
proxy? | string | The proxy URL to bootstrap agent proxy. | src/ms-graph/sharepoint.ts:26 |