| 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 |
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.
| 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 |
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.activityType"
}