---
title: Managed Identity User Assigned Identity
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: >-
  Docs > DDSQL Reference > Data Directory > Managed Identity User Assigned
  Identity
---

# Managed Identity User Assigned Identity

This table represents the managed_identity_user_assigned_identity resource from Microsoft Azure.

```
azure.managed_identity_user_assigned_identity
```

## Fields

| Title             | ID   | Type       | Data Type                                                                                                                                                                                   | Description |
| ----------------- | ---- | ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
| _key              | core | string     |
| client_id         | core | string     | The id of the app associated with the identity. This is a random generated UUID by MSI.                                                                                                     |
| id                | core | string     | Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}" |
| isolation_scope   | core | string     | Enum to configure regional restrictions on identity assignment, as necessary.                                                                                                               |
| location          | core | string     | The geo-location where the resource lives                                                                                                                                                   |
| name              | core | string     | The name of the resource                                                                                                                                                                    |
| principal_id      | core | string     | The id of the service principal object associated with the created identity.                                                                                                                |
| resource_group    | core | string     |
| subscription_id   | core | string     |
| subscription_name | core | string     |
| system_data       | core | json       | Azure Resource Manager metadata containing createdBy and modifiedBy information.                                                                                                            |
| tags              | core | hstore_csv |
| tenant_id         | core | string     | The id of the tenant which the identity belongs to.                                                                                                                                         |
| type              | core | string     | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"                                                                                   |
