| title | azureAssociatedIdentities resource type |
|---|---|
| description | A container for the different kinds of Azure identities. |
| author | mrudulahg01 |
| ms.reviewer | ciem_pm |
| ms.localizationpriority | medium |
| ms.subservice | entra-permissions-management |
| doc_type | resourcePageType |
| ms.date | 04/18/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
[!INCLUDE permissions-management-retirement-note]
A container for the different kinds of Azure identities.
None
| Relationship | Type | Description |
|---|---|---|
| all | azureIdentity collection | The list of azure identities. |
| managedIdentities | azureManagedIdentity collection | The list of Azure managed identities. |
| servicePrincipals | azureServicePrincipal collection | The list of Azure service principals. |
| users | azureUser collection | The list of Azure users. |
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.azureAssociatedIdentities"
}