identityProtectionRoot resource type
Namespace: microsoft.graph
Container for the navigation properties for Microsoft Graph identity protection resources.
Methods
None.
Properties
None.
Relationships
Relationship | Type | Description |
---|---|---|
riskDetections | riskDetection collection | Risk detection in Microsoft Entra ID Protection and the associated information about the detection. |
riskyUsers | riskyUser collection | Users that are flagged as at-risk by Microsoft Entra ID Protection. |
riskyServicePrincipals | riskyServicePrincipal collection | Microsoft Entra service principals that are at risk. |
servicePrincipalRiskDetections | servicePrincipalRiskDetection collection | Represents information about detected at-risk service principals in a Microsoft Entra tenant. |
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.identityProtectionRoot"
}