userFlowLanguagePage 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.
User flow language pages are used to determine the strings users will be shown during the user journey you have configured using user flows. 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 user flow language page | userFlowLanguagePage | Retrieve the values of a default or custom userFlowLanguagePage object. |
Update user flow language page | userFlowLanguagePage | Update the values in a custom userFlowLanguagePage object. |
Delete user flow language page | 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)"
}