> 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/azure-resource-management/webapp.md).

# WebApp

The WebApp entity represents an Azure App Service web app resource.

| Field         | Type    | Possible Operators                                                 | Description                                     |
| ------------- | ------- | ------------------------------------------------------------------ | ----------------------------------------------- |
| Guid          | TEXT    | Like, Not Like, Equal, Not Equal, Is Empty                         | Unique identifier for the entity in Forestall   |
| ObjectID      | TEXT    | Like, Not Like, Equal, Not Equal, Is Empty                         | Azure Object ID of the web app                  |
| FSName        | TEXT    | Like, Not Like, Equal, Not Equal, Is Empty                         | Display name used in Forestall                  |
| risk          | NUMBER  | Equal, Between, Smaller, Larger, Smaller or Equal, Larger or Equal | Risk score assigned by Forestall                |
| ExposurePoint | NUMBER  | Equal, Between, Smaller, Larger, Smaller or Equal, Larger or Equal | Exposure point assigned by Forestall            |
| TenantID      | TEXT    | Like, Not Like, Equal, Not Equal, Is Empty                         | Azure AD Tenant ID the web app belongs to       |
| State         | TEXT    | Like, Not Like, Equal, Not Equal, Is Empty                         | Current state of the web app (e.g., Running)    |
| Kind          | TEXT    | Like, Not Like, Equal, Not Equal, Is Empty                         | Kind of App Service resource (e.g., app, linux) |
| Location      | TEXT    | Like, Not Like, Equal, Not Equal, Is Empty                         | Azure region where the web app is deployed      |
| HttpsOnly     | BOOLEAN | True / False                                                       | Whether the web app accepts only HTTPS traffic  |
