# Indexed Entity Fields

Learn about the entity fields that are indexed and searchable.

> For the index of this section of the site, see [llms.txt](https://fusionauth.io/docs/llms.txt)

If you are using the Elasticsearch engine, you can [search for entities](https://fusionauth.io/docs/apis/entities/entities.md#search-for-entities) by the following attributes.

| Name | Description |
| --- | --- |
| `clientId` | The client Id of this entity. |
| `data` | The entity's data object. This is arbitrary JSON and all fields in this object are indexed. |
| `id` | The Id of this entity. |
| `insertInstant` | The date the entity was inserted, as an Instant. |
| `lastUpdateInstant` | The date the entity was most recently updated, as an Instant. |
| `name` | The name of this entity. |
| `tenantId` | The tenant Id of this entity. |
| `typeId` | The Id of the entity type of this entity. |
---

## Other pages in Reference

> For the full index of this section, see [Reference](https://fusionauth.io/docs/llms-reference.txt).

- [API Endpoints Guarded by API Keys](https://fusionauth.io/docs/reference/api-endpoints.md): A complete reference of all Fusionauth REST API Endpoints that leverage API Keys with their supported HTTP methods.
- [Authentication Types](https://fusionauth.io/docs/reference/authentication-types.md): Learn about the supported types of authentication.
- [Configuration Reference](https://fusionauth.io/docs/reference/configuration.md): Learn about the configuration options for FusionAuth.
- [Login Page Cookies](https://fusionauth.io/docs/reference/cookies.md): Learn about the cookies set by FusionAuth.
- [Data Types](https://fusionauth.io/docs/reference/data-types.md): Learn about the different data types used by FusionAuth.
- [GDPR Compliance](https://fusionauth.io/docs/reference/gdpr.md): Learn how FusionAuth approaches GDPR compliance.
- [Required Network Hostname Access](https://fusionauth.io/docs/reference/network-hostnames.md): Learn which hostnames you must allow access to for FusionAuth to work.
- [Password-Hashing Algorithms](https://fusionauth.io/docs/reference/password-hashes.md): This is a reference for all of the current password hashing algorithms support by FusionAuth out of the box.
- [Indexed User Fields](https://fusionauth.io/docs/reference/user-fields.md): Learn about the user fields that are indexed and searchable.
