# Tenants

The `Tenants` page provides a list of enumerated Tenants in Azure.

<figure><img src="/files/RL1VrySLRWxkmbUIIrY3" alt=""><figcaption><p>Tenants</p></figcaption></figure>

## Tenant Details

The Details page includes the `Details` tab, and a `Visualize` button for enhanced navigation and analysis.

{% hint style="info" %}
You can analyze objects in the `Graph module` by clicking the `Visualize` button on the upper left side.
{% endhint %}

<figure><img src="/files/at9Mlll2IHPFqxlqGnRz" alt=""><figcaption><p>Tenant Details</p></figcaption></figure>

## Information

Details tab contains attributes below about tenant.

| Attribute                   | Description                                                                                                                                                                                                      |
| --------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Display Name**            | The name displayed for the Azure AD tenant in the portal and services. ([Field reference](https://learn.microsoft.com/en-us/azure/active-directory/fundamentals/active-directory-whatis#tenants))                |
| **Tenant ID**               | A unique GUID that identifies your Azure Active Directory tenant. ([Field reference](https://learn.microsoft.com/en-us/azure/active-directory/fundamentals/active-directory-how-to-find-tenant))                 |
| **Name**                    | Internal name assigned to the Azure tenant, usually matching the display name.                                                                                                                                   |
| **Country Code**            | Two-letter country or region code (ISO 3166) set during tenant creation. ([Field reference](https://learn.microsoft.com/en-us/azure/active-directory/fundamentals/active-directory-access-create-new-tenant))    |
| **Domains**                 | List of custom and default domains associated with the tenant. ([Field reference](https://learn.microsoft.com/en-us/azure/active-directory/fundamentals/add-custom-domain))                                      |
| **Default Domain**          | Primary domain used by default when creating users (e.g., `forestall.io`). ([Field reference](https://learn.microsoft.com/en-us/azure/active-directory/fundamentals/add-custom-domain#set-a-default-domain))     |
| **OnPrem Synced**           | Indicates whether user accounts are synchronized from an on-premises Active Directory. ([Field reference](https://learn.microsoft.com/en-us/azure/active-directory/hybrid/whatis-hybrid-identity))               |
| **Password Synced**         | Shows if password hash synchronization is enabled for hybrid users. ([Field reference](https://learn.microsoft.com/en-us/azure/active-directory/hybrid/how-to-connect-password-hash-synchronization))            |
| **Password Writeback**      | Indicates whether cloud password changes are written back to the on-premises AD. ([Field reference](https://learn.microsoft.com/en-us/azure/active-directory/authentication/howto-sspr-writeback))               |
| **Cloud Password Policy**   | Specifies if the Azure AD password policy is enforced for cloud-only users. ([Field reference](https://learn.microsoft.com/en-us/azure/active-directory/authentication/concept-sspr-policy))                     |
| **Unified Group Writeback** | Indicates whether Microsoft 365 groups are written back to the on-premises directory. ([Field reference](https://learn.microsoft.com/en-us/azure/active-directory/hybrid/how-to-connect-group-writeback))        |
| **User Writeback**          | Determines if users created in Azure AD are written back to the on-premises AD. ([Field reference](https://learn.microsoft.com/en-us/azure/active-directory/app-provisioning/user-writeback))                    |
| **Device Writeback**        | Indicates if Azure AD-registered devices are written back to the on-premises AD. ([Field reference](https://learn.microsoft.com/en-us/azure/active-directory/devices/hybrid-azuread-join-plan#device-writeback)) |
| **Group Writeback**         | Shows if groups created in Azure AD are written back to the on-prem AD. ([Field reference](https://learn.microsoft.com/en-us/azure/active-directory/hybrid/how-to-connect-group-writeback))                      |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.forestall.io/fsprotect/azure-identities/tenants.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
