Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 1.11 KB

File metadata and controls

41 lines (32 loc) · 1.11 KB
title authContext resource type
description Represents the authentication context protecting the data that the authenticating identity is attempting to access
author kvenkit
ms.date 03/21/2025
ms.localizationpriority medium
ms.subservice entra-sign-in
doc_type resourcePageType

authContext resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents the authentication context protecting the data that the authenticating identity is attempting to access, as defined in Conditional Access What If evaluation. Inherits from signInContext.

Properties

Property Type Description
authenticationContextValue String Supported values are c1 through c99.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.authContext",
  "authenticationContextValue": "String"
}