userFlowLanguagePage 资源类型

命名空间:microsoft.graph

确定在用户流期间向用户显示的用户流语言页面。 这些语言页面包括 Microsoft 提供的默认语言翻译或可创建用于自定义语言翻译的自定义页面。

方法

方法 返回类型 说明
获取 userFlowLanguagePage userFlowLanguagePage 检索默认或自定义 userFlowLanguagePage 对象 的值。
更新 userFlowLanguagePage userFlowLanguagePage 更新自定义 userFlowLanguagePage 对象中的 值。
删除 userFlowLanguagePage 从自定义 userFlowLanguagePage 对象中删除值。

属性

属性 类型 说明
id String userFlowLanguage 页面的标识符。

关系

无。

JSON 表示形式

下面是资源的 JSON 表示形式。

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