Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

assignmentOrder resource type

Namespace: microsoft.graph

Used to define the order of the attributes being collected within a user flow. The order determines how the attribute collection page is displayed when a user signs up using a user flow.

Properties

Property Type Description
order String collection A list of identityUserFlowAttribute object identifiers that determine the order in which attributes should be collected within a user flow.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
 "@odata.type": "#microsoft.graph.assignmentOrder",
 "order": [
 "String"
 ]
}

Feedback

Was this page helpful?

Additional resources