편집

다음을 통해 공유


onAttributeCollectionExternalUsersSelfServiceSignUp resource type

Namespace: microsoft.graph

This resource is a managed handler for the attribute collection step in an external identities user flow on a Microsoft Entra workforce or customer tenant. It defines what attributes to collect from a user and how the attribute collection will be rendered for the user.

Inherits from onAttributeCollectionHandler.

Methods

None.

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

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"
  }
}