Compartir a través de


Tipo de recurso onAttributeCollectionSubmitListener

Espacio de nombres: microsoft.graph

Agente de escucha para el final de la fase de recopilación de atribución de usuario de un flujo de registro. Este evento se desencadena cuando el usuario envía el formulario de colección de atributos.

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
authenticationEventsFlowId Cadena Identificador del objeto authenticationEventsFlow. Se hereda de authenticationEventListener.
conditions authenticationConditions Condiciones en las que se debe desencadenar esta autenticaciónEventListener. Se hereda de authenticationEventListener.
displayName Cadena Nombre para mostrar del agente de escucha. Se hereda de authenticationEventListener.
handler onAttributeCollectionSubmitHandler Configuración para qué invocar si el evento se resuelve en este agente de escucha.
id Cadena Identificador de esta autenticaciónEventListener. Heredado de la entidad.
prioridad Int32 Prioridad de este agente de escucha. Entre 0 (prioridad inferior) y 1000 (prioridad más alta). Se hereda de authenticationEventListener.

Relaciones

Ninguna.

Representación JSON

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

{
  "@odata.type": "#microsoft.graph.onAttributeCollectionSubmitListener",
  "id": "String (identifier)",
  "displayName": "String",
  "priority": "Integer",
  "conditions": {
    "@odata.type": "microsoft.graph.authenticationConditions"
  },
  "authenticationEventsFlowId": "String",
  "handler": {
    "@odata.type": "microsoft.graph.onAttributeCollectionSubmitHandler"
  }
}