| title | applicationContext resource type |
|---|---|
| description | Represents the application that the authenticating identity is attempting to access, as defined in the Conditional Access What If evaluation. |
| 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 application that the authenticating identity is attempting to access, as defined in Conditional Access What If evaluation. Inherits from signInContext.
| Property | Type | Description |
|---|---|---|
| includeApplications | String collection | Collection of appId values for the applications. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.applicationContext",
"includeApplications": [
"String"
]
}