Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 1.17 KB

File metadata and controls

41 lines (32 loc) · 1.17 KB
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

userActionContext resource type

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.

Properties

Property Type Description
userAction userAction Represents the user action that the authenticating identity is performing. The possible values are: registerSecurityInformation, registerOrJoinDevices, unknownFutureValue.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.userActionContext",
  "userAction": "String"
}