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.

Métodos

Ninguno.

Para obtener la lista de operaciones de API para administrar este tipo de recurso, consulte el tipo de recurso 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.
displayName Cadena Nombre para mostrar del agente de escucha. 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)",
  "displayName": "String",
  "conditions": {
    "@odata.type": "microsoft.graph.authenticationConditions"
  },
  "authenticationEventsFlowId": "String",
  "handler": {
    "@odata.type": "microsoft.graph.onInteractiveAuthFlowStartHandler"
  }
}