Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Properties
Property | Type | Description |
---|---|---|
detail | riskDetail | The possible values are none , adminGeneratedTemporaryPassword , userPerformedSecuredPasswordChange , userPerformedSecuredPasswordReset , adminConfirmedSigninSafe , aiConfirmedSigninSafe , userPassedMFADrivenByRiskBasedPolicy , adminDismissedAllRiskForUser , adminConfirmedSigninCompromised , hidden , adminConfirmedUserCompromised , unknownFutureValue . |
riskEventTypes | String collection | The type of risk event detected. The possible values are: anonymizedIPAddress , investigationsThreatIntelligence , investigationsThreatIntelligenceSigninLinked ,leakedCredentials , maliciousIPAddress , maliciousIPAddressValidCredentialsBlockedIP , malwareInfectedIPAddress , mcasImpossibleTravel , mcasSuspiciousInboxManipulationRules , suspiciousAPITraffic , suspiciousIPAddress , unfamiliarFeatures , unlikelyTravel . For more information about each value, see Risk types and detection. |
eventTypes (deprecated) | riskEventType collection | List of risk event types. Deprecated. Use riskEventType instead. |
Relationships
None.
JSON representation
{
"eventTypes": ["String"],
"riskEventTypes": ["String"],
"detail": "String"
}