> 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/storageaccount.md).

# StorageAccount

The **StorageAccount** entity represents an Azure Storage Account resource that holds blobs, files, queues, and tables.

| 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 resource ID of the Storage Account                                  |
| 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 (%) calculated by Forestall                                    |
| ExposurePoint            | NUMBER  | Equal, Between, Smaller, Larger, Smaller or Equal, Larger or Equal | Exposure point score calculated by Forestall                              |
| TenantID                 | TEXT    | Like, Not Like, Equal, Not Equal, Is Empty                         | Azure AD Tenant ID the Storage Account belongs to                         |
| Name                     | TEXT    | Like, Not Like, Equal, Not Equal, Is Empty                         | Name of the Storage Account                                               |
| Location                 | TEXT    | Like, Not Like, Equal, Not Equal, Is Empty                         | Azure region where the Storage Account is located                         |
| Kind                     | TEXT    | Like, Not Like, Equal, Not Equal, Is Empty                         | Kind of the Storage Account (e.g., StorageV2)                             |
| SkuName                  | TEXT    | Like, Not Like, Equal, Not Equal, Is Empty                         | SKU name of the Storage Account (e.g., Standard\_LRS)                     |
| SkuTier                  | TEXT    | Like, Not Like, Equal, Not Equal, Is Empty                         | SKU tier of the Storage Account (e.g., Standard, Premium)                 |
| ProvisioningState        | TEXT    | Like, Not Like, Equal, Not Equal, Is Empty                         | Provisioning state of the Storage Account (e.g., Succeeded)               |
| AllowBlobPublicAccess    | BOOLEAN | True / False                                                       | Whether anonymous public access to blobs is allowed                       |
| AllowSharedKeyAccess     | BOOLEAN | True / False                                                       | Whether requests can be authorized with the account access key            |
| MinimumTlsVersion        | TEXT    | Like, Not Like, Equal, Not Equal, Is Empty                         | Minimum TLS version required for requests to the Storage Account          |
| SupportsHttpsTrafficOnly | BOOLEAN | True / False                                                       | Whether only HTTPS traffic is allowed to the Storage Account              |
| PublicNetworkAccess      | TEXT    | Like, Not Like, Equal, Not Equal, Is Empty                         | Whether public network access is enabled or disabled                      |
| DefaultAction            | TEXT    | Like, Not Like, Equal, Not Equal, Is Empty                         | Default network rule action when no other rules match (e.g., Allow, Deny) |
| IsHnsEnabled             | BOOLEAN | True / False                                                       | Whether the hierarchical namespace (Data Lake Storage Gen2) is enabled    |
| AccessTier               | TEXT    | Like, Not Like, Equal, Not Equal, Is Empty                         | Access tier of the Storage Account (e.g., Hot, Cool)                      |
