identityCustomUserFlowAttribute 资源类型

命名空间: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 用户流属性的类型 和 是自动设置的只读属性。 此属性 custom的值为 。 继承自 identityUserFlowAttribute

关系

无。

JSON 表示形式

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

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