authenticationConditions resource type

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"
  }
}