Partager via


Type de ressource onAttributeCollectionListener

Espace de noms: microsoft.graph

Écouteur pour quand les attributs sont collectés dans un flux d’authentification.

Hérite d’authenticationEventListener.

Propriétés

Propriété Type Description
id Chaîne Obligatoire. Hérité de l’entité.
conditions authenticationConditions Obligatoire. Hérité de authenticationEventListener.
authenticationEventsFlowId Chaîne Hérité de authenticationEventListener.
handler onAttributeCollectionHandler Obligatoire. Configuration de ce qu’il faut appeler si l’événement est résolu en cet écouteur.

Relations

Aucun.

Représentation JSON

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

{
  "@odata.type": "#microsoft.graph.onAttributeCollectionListener",
  "id": "String (identifier)",
  "conditions": {
    "@odata.type": "microsoft.graph.authenticationConditions"
  },
  "authenticationEventsFlowId": "String",
  "handler": {
    "@odata.type": "microsoft.graph.onAttributeCollectionHandler"
  }
}