Compartir a través de


Tipo de recurso onAttributeCollectionListener

Espacio de nombres: microsoft.graph

Agente de escucha para cuando se recopilan atributos en un flujo de autenticación.

Hereda de authenticationEventListener.

Propiedades

Propiedad Tipo Descripción
id Cadena Obligatorio. Heredado de la entidad.
conditions authenticationConditions Obligatorio. Se hereda de authenticationEventListener.
authenticationEventsFlowId Cadena Se hereda de authenticationEventListener.
handler onAttributeCollectionHandler Obligatorio. Configuración para qué invocar si el evento se resuelve en este agente de escucha.

Relaciones

Ninguna.

Representación JSON

La siguiente representación JSON muestra el tipo de recurso.

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