> 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-sites.md).

# SharePoint Sites

The SharePoint Sites page provides a list of SharePoint Online site collections within the tenant.

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

<figure><img src="/files/Ftekj1kA76Jrd8nk4d6e" alt=""><figcaption></figcaption></figure>

### SharePoint Site Details

Details page contains the `Risk Score` of the SharePoint Site, `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/gxnsTbA8JWwgU2mccN7s" alt=""><figcaption></figcaption></figure>

#### Details

Details tab contains attributes below about SharePoint site object.

| Attribute                 | Description                                                           |
| ------------------------- | --------------------------------------------------------------------- |
| Name                      | Name of the SharePoint site                                           |
| Display Name              | Display name of the SharePoint site                                   |
| Description               | Description of the SharePoint site                                    |
| Web URL                   | Web URL of the SharePoint site                                        |
| Site ID                   | Site ID of the SharePoint site                                        |
| Tenant ID                 | Azure AD Tenant ID                                                    |
| Owners                    | Owners of the SharePoint site                                         |
| Owner Emails              | Email addresses of the site owners                                    |
| Owner IDs                 | Object IDs of the site owners                                         |
| Group ID                  | Microsoft 365 Group ID connected to the site                          |
| Lock State                | Lock state of the site (e.g., Unlock, NoAccess)                       |
| Sharing Capability        | Sharing capability for this site (e.g., ExternalUserAndGuestSharing)  |
| Conditional Access Policy | Conditional access policy applied to the site (e.g., AllowFullAccess) |
| Subsites Count            | Number of subsites within the site                                    |

#### Storage & Usage

Storage & Usage tab contains storage and usage metrics for the SharePoint site.

<figure><img src="/files/L1LbKKhd3WSL6lRyV05C" alt=""><figcaption></figcaption></figure>

| Attribute                   | Description                                     |
| --------------------------- | ----------------------------------------------- |
| Storage Usage (MB)          | Storage usage in MB                             |
| Storage Usage (GB)          | Storage usage in GB                             |
| Storage Quota (MB)          | Storage quota in MB                             |
| Storage Quota (GB)          | Storage quota in GB                             |
| Members Count               | Number of members in the site                   |
| Days Since Last Modified    | Number of days since the site was last modified |
| Drives Count                | Number of document library drives in the site   |
| Total Drive Storage (Bytes) | Total drive storage in bytes                    |
| Total Drive Storage (GB)    | Total drive storage in GB                       |

#### Activity Dates

Activity Dates tab contains date-related attributes for the SharePoint site.

<figure><img src="/files/FpT89h8q2rRDFao2Qr3J" alt=""><figcaption></figcaption></figure>

| Attribute                    | Description                                |
| ---------------------------- | ------------------------------------------ |
| Created Date                 | Date the site was created                  |
| Last Modified Date           | Date the site was last modified            |
| Last Content Modified Date   | Date the site content was last modified    |
| Last Item Modified Date      | Date an item in the site was last modified |
| Last Item User Modified Date | Date an item was last modified by a user   |


---

# 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-sites.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.
