identityCustomUserFlowAttribute 资源类型
命名空间:microsoft.graph
表示一个自定义用户流属性,可在Microsoft Entra 外部 ID劳动力和外部租户以及 Azure AD B2C 租户中的自助注册用户流中使用。
继承自 identityUserFlowAttribute。
属性
属性 | 类型 | 说明 |
---|---|---|
DataType | identityUserFlowAttributeDataType | 用户流属性的数据类型,在创建自定义用户流属性后无法修改。 数据类型 支持 为: string 、 boolean 、 int64 、 stringCollection 、 dateTime 。 继承自 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"
}