Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 1.96 KB

File metadata and controls

43 lines (32 loc) · 1.96 KB
title activityType enum type
description Represents the type of activity associated with a risk detection.
author tracyshi
ms.localizationpriority medium
ms.date 12/02/2025
ms.subservice entra-sign-in
doc_type enumPageType

activityType enum type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents the type of activity associated with a risk detection. This enumeration is used by multiple resources.

The following table lists the members of an evolvable enumeration. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: servicePrincipal.

Members

Member Description
signin The risk is linked to a sign-in activity.

Applies to: activity property of riskDetection and servicePrincipalRiskDetection
user The risk is linked to a user activity.

Applies to: activity property of riskDetection
unknownFutureValue Evolvable enumeration sentinel value. Don't use.

Applies to: activity property of riskDetection and servicePrincipalRiskDetection
servicePrincipal The risk is linked to a service principal activity.

Applies to: activity property of riskDetection and servicePrincipalRiskDetection

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.activityType"
}