> 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/azure-identities/microsoft-sharepoint/sharepoint-settings.md).

# SharePoint Settings

The SharePoint Settings page provides a list of SharePoint Online tenant-level configurations.

The list contains the `Risk Score`, `Exposure Point` and `Issue Counts`.

<figure><img src="/files/8M5BMxLijVey1K4JWNYz" alt=""><figcaption></figcaption></figure>

### SharePoint Settings Details

Details page contains the `Risk Score` of the SharePoint Settings, `Exposure Point` and `Information` panes.

> You can analyze objects in the `Graph module` by clicking the `Graph` button on the upper left side of the `Information Pane`.

<figure><img src="/files/5RRoTf4UDMtpwfK8YYUl" alt=""><figcaption></figcaption></figure>

#### Details

Details tab contains attributes below about SharePoint settings object.

| Attribute                                          | Description                                                           |
| -------------------------------------------------- | --------------------------------------------------------------------- |
| Allowed Domain GUIDs for Sync App                  | GUIDs of domains allowed for the sync app                             |
| Available Managed Paths for Site Creation          | Available managed paths for site creation (e.g., /sites/, /teams/)    |
| Deleted User Personal Site Retention Period (Days) | Number of days a deleted user's personal site is retained             |
| Excluded File Extensions for Sync App              | File extensions excluded from the sync app                            |
| Image Tagging Option                               | Image tagging option (e.g., Basic)                                    |
| Commenting on Site Pages Enabled                   | Whether commenting on site pages is enabled                           |
| File Activity Notification Enabled                 | Whether file activity notifications are enabled                       |
| Legacy Auth Protocols Enabled                      | Whether legacy authentication protocols are enabled                   |
| Loop Enabled                                       | Whether Microsoft Loop is enabled                                     |
| Mac Sync App Enabled                               | Whether the Mac sync app is enabled                                   |
| Resharing by External Users Enabled                | Whether resharing by external users is enabled                        |
| SharePoint Mobile Notification Enabled             | Whether SharePoint mobile notifications are enabled                   |
| SharePoint Newsfeed Enabled                        | Whether the SharePoint newsfeed is enabled                            |
| Site Creation Enabled                              | Whether site creation is enabled                                      |
| Site Creation UI Enabled                           | Whether the site creation UI is enabled                               |
| Site Pages Creation Enabled                        | Whether site pages creation is enabled                                |
| Sites Storage Limit Automatic                      | Whether sites storage limit is set automatically                      |
| Sync Button Hidden on Personal Site                | Whether the sync button is hidden on personal sites                   |
| Unmanaged Sync App for Tenant Restricted           | Whether unmanaged sync app is restricted for the tenant               |
| Personal Site Default Storage Limit (MB)           | Default storage limit for personal sites in MB                        |
| Sharing Allowed Domain List                        | List of domains allowed for sharing                                   |
| Sharing Blocked Domain List                        | List of domains blocked from sharing                                  |
| Sharing Capability                                 | Sharing capability setting (e.g., ExternalUserAndGuestSharing)        |
| Sharing Domain Restriction Mode                    | Sharing domain restriction mode (e.g., None)                          |
| Site Creation Default Managed Path                 | Default managed path for site creation                                |
| Site Creation Default Storage Limit (MB)           | Default storage limit for created sites in MB                         |
| Tenant Default Timezone                            | Default timezone for the tenant                                       |
| Default Sharing Link Type                          | Default sharing link type (e.g., AnonymousAccess)                     |
| External User Expiration Required                  | Whether external user expiration is required                          |
| External User Expire in Days                       | Number of days before external users expire                           |
| Disallow Infected File Download                    | Whether downloading infected files is disallowed                      |
| Email Attestation Required                         | Whether email attestation is required                                 |
| Email Attestation Re-Auth Days                     | Number of days before email attestation re-authentication is required |
| OneDrive Sharing Capability                        | OneDrive sharing capability setting                                   |


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.forestall.io/fsprotect/azure-identities/microsoft-sharepoint/sharepoint-settings.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
