Skip to content

Latest commit

 

History

History
46 lines (38 loc) · 1.29 KB

File metadata and controls

46 lines (38 loc) · 1.29 KB
title managedIdentity resource type
description Represents details of the managed identity that was used to sign into the target resource.
author phoebeweiser
ms.localizationpriority medium
ms.subservice entra-sign-in
doc_type resourcePageType
ms.date 07/22/2024

managedIdentity resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents details of the managed identity that was used to sign into the target resource.

Properties

Property Type Description
associatedResourceId String The ARM resource ID of the Azure resource associated with the managed identity used for sign in.
federatedTokenId String The unique ID of the federated token.
federatedTokenIssuer String The issuer of the federated token.
msiType msiType The possible values are: none, userAssigned, systemAssigned, unknownFutureValue.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.managedIdentity",
  "msiType": "String",
  "associatedResourceId": "String",
  "federatedTokenId": "String",
  "federatedTokenIssuer": "String"
}