azureAssociatedIdentities resource type
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
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"
}