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 userFlowLanguagePage Retrieve the values of a default or custom userFlowLanguagePage object.
Update userFlowLanguagePage userFlowLanguagePage Update the values in a custom userFlowLanguagePage object.
Delete userFlowLanguagePage 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 is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.userFlowLanguagePage",
  "id": "String (identifier)"
}