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

# UserAssignedIdentity

The **UserAssignedIdentity** entity represents an Azure user-assigned managed identity resource. It is backed by a service principal in Entra ID and can be assigned to multiple Azure resources.

| 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 User-Assigned Identity                         |
| 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 User-Assigned Identity belongs to                |
| PrincipalId   | TEXT   | Like, Not Like, Equal, Not Equal, Is Empty                         | Object ID of the service principal in Entra ID that backs this identity |
| ClientId      | TEXT   | Like, Not Like, Equal, Not Equal, Is Empty                         | Client (application) ID associated with this identity                   |
| Location      | TEXT   | Like, Not Like, Equal, Not Equal, Is Empty                         | Azure region where the User-Assigned Identity is located                |
