Skip to content

Latest commit

 

History

History
46 lines (36 loc) · 1.36 KB

File metadata and controls

46 lines (36 loc) · 1.36 KB
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

azureAssociatedIdentities resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

[!INCLUDE permissions-management-retirement-note]

A container for the different kinds of Azure identities.

Properties

None

Relationships

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.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.azureAssociatedIdentities"
}