Table of Contents

IdentityRiskEvent.Read.All

Allows the app to read identity risk event information for all users in your organization on behalf of the signed-in user.

Merill's Note

For an app to access data in Microsoft Graph, the user or administrator must grant it the permissions it needs. This article lists all the Microsoft Graph APIs and your tenant data that can be accessed by the application (vendor/developer) if you consent to the IdentityRiskEvent.Read.All permission.

If you need to create an audit report of the permissions granted to all the apps in your tenant, you can run the Export-MsIdAppConsentGrantReport command. See How To: Run a quick OAuth app audit of your tenant

Category Application Delegated
Identifier 6e472fd1-ad78-48da-a0f0-97ab2c6b769e 8f6a01e7-0391-4ee5-aa22-a3af122cef27
DisplayText Read all identity risk event information Read identity risk event information
Description Allows the app to read the identity risk event information for your organization without a signed in user. Allows the app to read identity risk event information for all users in your organization on behalf of the signed-in user.
AdminConsentRequired Yes Yes

Graph Methods

Resources

Granting this permission allows the calling application to access (and/or update) the following information in your tenant.

Graph reference: agentRiskDetection

Property Type Description
activityDateTime DateTimeOffset Date and time that the risky activity occurred. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.

Supports $filter (eq, le, and ge).
additionalInfo String Additional information associated with the risk detection.
agentDisplayName String Name of the agent.

Supports $filter (eq, startsWith).
agentId String The unique identifier for the agent. This is equivalent to 'id' to the specific agent type. See riskyAgentIdentity, riskyAgentIdentityBlueprintPrincipal, and riskyAgentUser.

Supports $filter (eq, startsWith).
detectedDateTime DateTimeOffset Date and time that the risk was detected. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.

Supports $filter (eq, le, and ge).
detectionTimingType riskDetectionTimingType Timing of the detected risk (real-time/offline). The possible values are: notDefined, realtime, nearRealtime, offline, unknownFutureValue.
id String Unique ID of the risk detection. Inherited from entity.
lastModifiedDateTime DateTimeOffset Date and time that the risk detection was last updated.

Supports $filter (eq, le, and ge).
riskDetail riskDetail Details of the detected risk. The possible values are: none, adminConfirmedAgentSafe, adminConfirmedAgentCompromised, adminDismissedRiskForAgent.

Supports $filter (eq).
riskEventType String The type of risk event detected.

Supports $filter (eq).
riskEvidence String Evidence on the risky activity occurred.

Supports $filter (eq).
riskLevel riskLevel Level of the detected risk. The possible values are: low, medium, high, hidden, none, unknownFutureValue.

Supports $filter (eq).
riskState riskState The state of a detected agentic risk. The possible values are: none, confirmedSafe, dismissed, atRisk, confirmedCompromised, unknownFutureValue.

Supports $filter (eq).