Microsoft Graph · Schema
identityProtectionRoot
Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
Properties
| Name | Type | Description |
|---|---|---|
| riskDetections | array | Risk detection in Microsoft Entra ID Protection and the associated information about the detection. |
| riskyServicePrincipals | array | Microsoft Entra service principals that are at risk. |
| riskyUsers | array | Users that are flagged as at-risk by Microsoft Entra ID Protection. |
| servicePrincipalRiskDetections | array | Represents information about detected at-risk service principals in a Microsoft Entra tenant. |
| @odata.type | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/microsoft.graph.identityProtectionRoot",
"title": "identityProtectionRoot",
"required": [
"@odata.type"
],
"type": "object",
"properties": {
"riskDetections": {
"type": "array",
"items": {
"$ref": "#/components/schemas/microsoft.graph.riskDetection"
},
"description": "Risk detection in Microsoft Entra ID Protection and the associated information about the detection.",
"x-ms-navigationProperty": true
},
"riskyServicePrincipals": {
"type": "array",
"items": {
"$ref": "#/components/schemas/microsoft.graph.riskyServicePrincipal"
},
"description": "Microsoft Entra service principals that are at risk.",
"x-ms-navigationProperty": true
},
"riskyUsers": {
"type": "array",
"items": {
"$ref": "#/components/schemas/microsoft.graph.riskyUser"
},
"description": "Users that are flagged as at-risk by Microsoft Entra ID Protection.",
"x-ms-navigationProperty": true
},
"servicePrincipalRiskDetections": {
"type": "array",
"items": {
"$ref": "#/components/schemas/microsoft.graph.servicePrincipalRiskDetection"
},
"description": "Represents information about detected at-risk service principals in a Microsoft Entra tenant.",
"x-ms-navigationProperty": true
},
"@odata.type": {
"type": "string"
}
}
}