identityUserFlowAttribute 资源类型

命名空间:microsoft.graph

重要

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

表示可以添加到Microsoft Entra劳动力租户中的用户流、客户租户Microsoft Entra ID和 Azure AD B2C 租户的属性。

通过配置Microsoft Entra ID或 Azure AD B2C 租户中的用户流属性,可以在注册期间收集有关用户的信息。 可以选择收集内置属性集;例如,给定名称、姓氏、城市和邮政编码;或者,可以配置自定义用户流属性。 自定义用户流属性是 目录扩展的抽象。

identityBuiltInUserFlowAttributesidentityCustomUserFlowAttributes 都继承自此基类型。

方法

方法 返回类型 Description
List identityUserFlowAttributes collection 检索所有内置和自定义的用户流属性。
创建 identityUserFlowAttribute 创建新的自定义用户流属性。
获取 identityUserFlowAttribute 检索用户流属性的属性。
更新 更新自定义用户流属性。
删除 删除自定义用户流属性。

属性

属性 类型 说明
DataType identityUserFlowAttributeDataType 用户流属性的数据类型。 创建自定义用户流属性后,无法修改此属性。 dataType 支持的值为: string 、、 booleanint64stringCollectiondateTime、。 unknownFutureValue

支持 $filtereqne)。
displayName String 用户流属性的显示名称。

支持 $filtereqne)。
说明 String 注册时显示给用户的用户流量属性的描述。
id String 用户流属性的标识符。 这是一个自动创建的只读属性。

支持 $filtereqne)。
userFlowAttributeType identityUserFlowAttributeType 用户流属性的类型。 这是一个自动设置的只读属性。 根据属性的类型,此属性 builtIn的值为 、 customrequiredunknownFutureValue

支持 $filtereqne)。

JSON 表示形式

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

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