> For the complete documentation index, see [llms.txt](https://docs.forestall.io/fsprotect/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.forestall.io/fsprotect/search-and-reports/azure-entities/microsoft-sharepoint/sharepointsettings.md).

# SharePointSettings

The **SharePointSettings** entity represents the organization-wide SharePoint Online tenant settings.

| Field                                      | Type    | Possible Operators                                                 | Description                                                          |
| ------------------------------------------ | ------- | ------------------------------------------------------------------ | -------------------------------------------------------------------- |
| Guid                                       | TEXT    | Like, Not Like, Equal, Not Equal, Is Empty                         | Unique identifier for the entity in FSProtect                        |
| ObjectID                                   | TEXT    | Like, Not Like, Equal, Not Equal, Is Empty                         | Object ID of the SharePoint settings                                 |
| FSName                                     | TEXT    | Like, Not Like, Equal, Not Equal, Is Empty                         | Display name used in FSProtect                                       |
| risk                                       | NUMBER  | Equal, Between, Smaller, Larger, Smaller or Equal, Larger or Equal | Risk score calculated by FSProtect                                   |
| ExposurePoint                              | NUMBER  | Equal, Between, Smaller, Larger, Smaller or Equal, Larger or Equal | Exposure point score                                                 |
| TenantID                                   | TEXT    | Like, Not Like, Equal, Not Equal, Is Empty                         | Azure AD Tenant ID                                                   |
| SharingCapability                          | TEXT    | Like, Not Like, Equal, Not Equal, Is Empty                         | Sharing capability setting (e.g., Disabled, ExternalUserSharingOnly) |
| ShowEveryoneClaim                          | BOOLEAN | True / False                                                       | Whether the Everyone claim is shown in people picker                 |
| ShowAllUsersClaim                          | BOOLEAN | True / False                                                       | Whether the All Users claim is shown in people picker                |
| ShowEveryoneExceptExternalUsersClaim       | BOOLEAN | True / False                                                       | Whether the Everyone Except External Users claim is shown            |
| ProvisionSharedWithEveryoneFolder          | BOOLEAN | True / False                                                       | Whether the Shared with Everyone folder is provisioned               |
| EnableGuestSignInAcceleration              | BOOLEAN | True / False                                                       | Whether guest sign-in acceleration is enabled                        |
| RequireAnonymousLinksExpireInDays          | NUMBER  | Equal, Between, Smaller, Larger, Smaller or Equal, Larger or Equal | Number of days before anonymous links expire                         |
| SharingAllowedDomainList                   | TEXT    | Like, Not Like, Equal, Not Equal, Is Empty                         | List of domains allowed for sharing                                  |
| SharingBlockedDomainList                   | TEXT    | Like, Not Like, Equal, Not Equal, Is Empty                         | List of domains blocked from sharing                                 |
| SharingDomainRestrictionMode               | TEXT    | Like, Not Like, Equal, Not Equal, Is Empty                         | Sharing domain restriction mode                                      |
| DefaultSharingLinkType                     | TEXT    | Like, Not Like, Equal, Not Equal, Is Empty                         | Default sharing link type                                            |
| PreventExternalUsersFromResharing          | BOOLEAN | True / False                                                       | Whether external users are prevented from resharing                  |
| NotifyOwnersWhenItemsReshared              | BOOLEAN | True / False                                                       | Whether owners are notified when items are reshared                  |
| DefaultLinkPermission                      | TEXT    | Like, Not Like, Equal, Not Equal, Is Empty                         | Default link permission setting                                      |
| RequireAcceptingAccountMatchInvitedAccount | BOOLEAN | True / False                                                       | Whether accepting account must match the invited account             |
| CoreRequestFilesLinkEnabled                | BOOLEAN | True / False                                                       | Whether request files link is enabled                                |
| CoreRequestFilesLinkExpirationInDays       | NUMBER  | Equal, Between, Smaller, Larger, Smaller or Equal, Larger or Equal | Expiration days for request files link                               |
| OneDriveSharingCapability                  | TEXT    | Like, Not Like, Equal, Not Equal, Is Empty                         | OneDrive sharing capability setting                                  |
| OneDriveRequestFilesLinkEnabled            | BOOLEAN | True / False                                                       | Whether request files link is enabled for OneDrive                   |
| OneDriveRequestFilesLinkExpirationInDays   | NUMBER  | Equal, Between, Smaller, Larger, Smaller or Equal, Larger or Equal | Expiration days for OneDrive request files link                      |
| OneDriveDefaultShareLinkScope              | TEXT    | Like, Not Like, Equal, Not Equal, Is Empty                         | Default share link scope for OneDrive                                |
| OneDriveDefaultShareLinkRole               | TEXT    | Like, Not Like, Equal, Not Equal, Is Empty                         | Default share link role for OneDrive                                 |
| OneDriveDefaultLinkToExistingAccess        | BOOLEAN | True / False                                                       | Whether OneDrive default links to existing access                    |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.forestall.io/fsprotect/search-and-reports/azure-entities/microsoft-sharepoint/sharepointsettings.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
