Skip to content

Commit afe3ca8

Browse files
authored
Fix sharepoint documentation (#814)
1 parent 8901d98 commit afe3ca8

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

website/docs/components/data-connectors/sharepoint.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ The sharepoint connector does not yet support creating a dataset from a single f
5353

5454
### Parameters
5555

56-
| Name | Required? | Description |
57-
| -------------------------- | --------- | ------------------------------------------------------------------------------------------------------------------------------------------- |
58-
| `sharepoint_client_id` | **Yes** | The client ID of the Azure AD (Entra) application |
59-
| `sharepoint_tenant_id` | **Yes** | The tenant ID of the Azure AD (Entra) application. |
60-
| `sharepoint_client_secret` | Optional | For service principal authentication. The client secret of the Azure AD (Entra) application. |
56+
| Name | Required? | Description |
57+
| -------------------------- | --------- | ------------------------------------------------------------------------------------------------------------------------------------------------ |
58+
| `sharepoint_client_id` | **Yes** | The client ID of the Azure AD (Entra) application |
59+
| `sharepoint_tenant_id` | **Yes** | The tenant ID of the Azure AD (Entra) application. |
60+
| `sharepoint_client_secret` | Optional | For service principal authentication. The client secret of the Azure AD (Entra) application. |
6161
| `sharepoint_bearer_token` | Optional | For user authentication. The bearer access token obtained from the OAuth2 flow (see `spice login sharepoint` [docs](/docs/cli/reference/login)). |
6262

6363
:::note
@@ -79,9 +79,9 @@ from: 'sharepoint:<drive_type>:<drive_id>/<subpath_type>:<subpath_value>'
7979
| Drive Type | Description | Example |
8080
| ---------- | --------------------------- | ----------------------------------------------------- |
8181
| `drive` | The SharePoint drive's name | `from: sharepoint:drive:Documents/...` |
82-
| `driveID` | The SharePoint drive's ID | `from: sharepoint:driveId:b!Mh8opUGD80ec7zGXgX9r/...` |
82+
| `driveId` | The SharePoint drive's ID | `from: sharepoint:driveId:b!Mh8opUGD80ec7zGXgX9r/...` |
8383
| `site` | A SharePoint site's name | `from: sharepoint:site:MySite/...` |
84-
| `siteID` | A SharePoint site's ID | `from: sharepoint:siteId:b!Mh8opUGD80ec7zGXgX9r/...` |
84+
| `siteId` | A SharePoint site's ID | `from: sharepoint:siteId:b!Mh8opUGD80ec7zGXgX9r/...` |
8585
| `group` | A SharePoint group's name | `from: sharepoint:group:MyGroup/...` |
8686
| `groupId` | A SharePoint group's ID | `from: sharepoint:groupId:b!Mh8opUGD80ec7zGXgX9r/...` |
8787
| `me` | A user's OneDrive | `from: sharepoint:me/...` |

0 commit comments

Comments
 (0)