type de ressource authenticationConditions

Espace de noms: microsoft.graph

Conditions sur lesquelles un authenticationEventListener doit se déclencher.

Propriétés

Propriété Type Description
Applications authenticationConditionsApplications Applications qui déclenchent une extension d’authentification personnalisée.

Relations

Aucun.

Représentation JSON

La représentation JSON suivante montre le type de ressource.

{
  "@odata.type": "#microsoft.graph.authenticationConditions",
  "applications": {
    "@odata.type": "microsoft.graph.authenticationConditionsApplications"
  }
}