Skip to content

Latest commit

 

History

History
42 lines (34 loc) · 1.15 KB

File metadata and controls

42 lines (34 loc) · 1.15 KB
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

applicationContext resource type

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.

Properties

Property Type Description
includeApplications String collection Collection of appId values for the applications.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.applicationContext",
  "includeApplications": [
    "String"
  ]
}