onAttributeCollectionExternalUsersSelfServiceSignUp resource type

Namespace: microsoft.graph

This is a managed handler for attribute collection step of a customized authentication flow for an application in a Microsoft Entra external tenant defined by a multi-event policy, externalUsersSelfServiceSignUpEventsFlow. This handler defines what attributes to collect from a user. For web-hosted auth flows, it also defines how the attribute collection will be rendered for the user.

Inherits from onAttributeCollectionHandler.

Properties

Property Type Description
attributeCollectionPage authenticationAttributeCollectionPage Required. The configuration for how attributes are displayed in the sign up experience defined by a user flow, like the externalUsersSelfServiceSignupEventsFlow, specifically on the attribute collection page.

Relationships

Relationship Type Description
attributes identityUserFlowAttribute collection A list of user attributes to collect.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.onAttributeCollectionExternalUsersSelfServiceSignUp",
  "attributeCollectionPage": {
    "@odata.type": "microsoft.graph.authenticationAttributeCollectionPage"
  }
}