Compartir a través de


Tipo de recurso onInteractiveAuthFlowStartListener

Espacio de nombres: microsoft.graph

Un agente de escucha para qué invocar cuando un flujo de autenticación está listo para iniciarse. Puede formar parte de un authenticationEventsFlow.

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 onInteractiveAuthFlowStartHandler Obligatorio. Configuración para qué invocar si el evento se resuelve en este agente de escucha. Esto nos permite definir posibles configuraciones de controlador por evento.

Relaciones

Ninguna.

Representación JSON

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

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