userFlowLanguagePage resource type
Namespace: microsoft.graph
Determines the user flow language pages that are shown to users during a user flow. These language pages include both the default language translations provided by Microsoft, or custom pages that can be created to customize the language translations.
Methods
Method | Return type | Description |
---|---|---|
Get | userFlowLanguagePage | Retrieve the values of a default or custom userFlowLanguagePage object. |
Update | userFlowLanguagePage | Update the values in a custom userFlowLanguagePage object. |
Delete | None | Deletes the values from a custom userFlowLanguagePage object. |
Properties
Property | Type | Description |
---|---|---|
id | String | The identifier of the userFlowLanguage page. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.userFlowLanguagePage",
"id": "String (identifier)"
}