identityBuiltInUserFlowAttribute 资源类型

命名空间:microsoft.graph

表示 Microsoft Entra ID 中的内置用户流属性,适用于员工租户、客户租户的Microsoft Entra ID,以及可在自助注册用户流中使用的 Azure AD B2C 租户。 这些属性无法修改,并且是只读的。

继承自 identityUserFlowAttribute

属性

属性 类型 说明
DataType identityUserFlowAttributeDataType 用户流属性的数据类型,在创建自定义用户流属性后无法修改。 数据类型 支持 为: stringbooleanint64stringCollectiondateTime。 继承自 identityUserFlowAttribute。 只读。
说明 String 注册时向用户显示的用户流属性的说明。 继承自 identityUserFlowAttribute。 只读。
displayName 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"
}