Edit

Share via


onAttributeCollectionStartListener resource type

Namespace: microsoft.graph

A listener for the start of the user attribute collection stage of a sign up flow represented by an externalUsersSelfServiceSignUpEventsFlow object. This event is triggered when the user clicks the sign up button.

Inherits from authenticationEventListener.

Methods

None.

For the list of API operations for managing this resource type, see the authenticationEventListener resource type.

Properties

Property Type Description
authenticationEventsFlowId String The identifier of the authenticationEventsFlow object. Inherited from authenticationEventListener.
conditions authenticationConditions The conditions on which this authenticationEventListener should trigger. Inherited from authenticationEventListener.
handler onAttributeCollectionStartHandler Configuration for what to invoke if the event resolves to this listener.
id String Identifier for this authenticationEventListener. Inherited from entity.
priority Int32 The priority of this handler. Between 0 (lower priority) and 1000 (higher priority). Inherited from authenticationEventListener.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

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