Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Namespace: microsoft.graph
Used to define the order of the attributes being collected within a user flow. THis determines how the attribute collection page is displayed when a user signs up via a user flow.
Properties
| Property | Type | Description |
|---|---|---|
| order | String collection | A list of identityUserFlowAttribute IDs provided to 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"
]
}