Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 1005 Bytes

authenticationconditionapplication.md

File metadata and controls

43 lines (34 loc) · 1005 Bytes
title description author ms.localizationpriority ms.subservice doc_type
authenticationConditionApplication resource type
Represents the application that is triggered for an authenticationEventListener.
soneff
medium
entra-sign-in
resourcePageType

authenticationConditionApplication resource type

Namespace: microsoft.graph

Represents the application that is triggered for an authenticationEventListener.

Methods

None.

Properties

Property Type Description
appId String The identifier for an application corresponding to a condition that triggers an authenticationEventListener.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.authenticationConditionApplication",
  "appId": "String"
}