| title | userActionContext resource type |
|---|---|
| description | Represents the supported user action being performed by the authenticating identity |
| author | kvenkit |
| ms.date | 03/21/2025 |
| ms.localizationpriority | medium |
| ms.subservice | entra-sign-in |
| doc_type | resourcePageType |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents the user action that the authenticating identity is performing, as defined in Conditional Access What If evaluation. Inherits from signInContext.
| Property | Type | Description |
|---|---|---|
| userAction | userAction | Represents the user action that the authenticating identity is performing. The possible values are: registerSecurityInformation, registerOrJoinDevices, unknownFutureValue. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.userActionContext",
"userAction": "String"
}