onAttributeCollectionExternalUsersSelfServiceSignUp resource type
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Represents 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 is 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"
}
}