| 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 |
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.
| Property | Type | Description |
|---|---|---|
| authenticationContextValue | String | Supported values are c1 through c99. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.authContext",
"authenticationContextValue": "String"
}