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

# AutomationAccount

The AutomationAccount entity represents an Azure Automation Account 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 automation 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 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 automation account belongs to                |
| State               | TEXT    | Like, Not Like, Equal, Not Equal, Is Empty                         | Current state of the automation account (e.g., Ok)                  |
| SkuName             | TEXT    | Like, Not Like, Equal, Not Equal, Is Empty                         | SKU name of the automation account (e.g., Basic, Free)              |
| Location            | TEXT    | Like, Not Like, Equal, Not Equal, Is Empty                         | Azure region where the automation account is deployed               |
| PublicNetworkAccess | BOOLEAN | True / False                                                       | Whether public network access is enabled for the automation account |
