Compartir a través de


Tipo de recurso onAttributeCollectionStartListener

Espacio de nombres: microsoft.graph

Agente de escucha para el inicio de la fase de colección de atributos de usuario de un flujo de registro representado por un objeto externalUsersSelfServiceSignUpEventsFlow . Este evento se desencadena cuando el usuario hace clic en el botón de registro.

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 onAttributeCollectionStartHandler 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 controlador. 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.onAttributeCollectionStartListener",
  "id": "String (identifier)",
  "displayName": "String",
  "priority": "Integer",
  "conditions": {
    "@odata.type": "microsoft.graph.authenticationConditions"
  },
  "authenticationEventsFlowId": "String",
  "handler": {
    "@odata.type": "microsoft.graph.onAttributeCollectionStartHandler"
  }
}