identityBuiltInUserFlowAttribute 资源类型

命名空间:microsoft.graph

重要

Microsoft Graph /beta 版本下的 API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。

表示内置用户流属性,可用于Microsoft Entra 外部 ID劳动力和外部租户以及 Azure AD B2C 租户中的自助注册用户流。 这些属性无法修改,并且是只读的。

继承自 identityUserFlowAttribute

属性

属性 类型 说明
DataType identityUserFlowAttributeDataType 用户流属性的数据类型,在创建自定义用户流属性后无法修改。 数据类型 支持 为: stringbooleanint64stringCollectiondateTime。 继承自 identityUserFlowAttribute。 只读。
displayName String 用户流属性的显示名称。 继承自 identityUserFlowAttribute。 只读。
说明 String 注册时向用户显示的用户流属性的说明。 继承自 identityUserFlowAttribute。 只读。
id String 用户流属性的标识符。 此为只读属性。 继承自 identityUserFlowAttribute
userFlowAttributeType identityUserFlowAttributeType 用户流属性的类型 和 是自动设置的只读属性。 此属性 builtIn的值为 。 继承自 identityUserFlowAttribute。 只读。

关系

无。

JSON 表示形式

以下 JSON 表示形式显示了资源类型。

{
  "@odata.type": "#microsoft.graph.identityBuiltInUserFlowAttribute",
  "id": "String (identifier)",
  "displayName": "String",
  "description": "String",
  "userFlowAttributeType": "String",
  "dataType": "String"
}