| 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 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents details of the managed identity that was used to sign into the target resource.
| 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. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.managedIdentity",
"msiType": "String",
"associatedResourceId": "String",
"federatedTokenId": "String",
"federatedTokenIssuer": "String"
}