Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
The conditions on which an authenticationEventListener should trigger.
Properties
| Property | Type | Description | 
|---|---|---|
| applications | authenticationConditionsApplications | Applications which trigger a custom authentication extension. | 
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
  "@odata.type": "#microsoft.graph.authenticationConditions",
  "applications": {
    "@odata.type": "microsoft.graph.authenticationConditionsApplications"
  }
}