次の方法で共有


identityCustomUserFlowAttribute リソースの種類

名前空間: microsoft.graph

重要

Microsoft Graph の /beta バージョンの API は変更される可能性があります。 実稼働アプリケーションでこれらの API を使用することは、サポートされていません。 v1.0 で API を使用できるかどうかを確認するには、Version セレクターを使用します。

従業員と外部テナント、および Azure AD B2C テナントのMicrosoft Entra 外部 IDのセルフサービス サインアップ ユーザー フローで使用できるカスタム ユーザー フロー属性を表します。

identityUserFlowAttribute から継承します。

プロパティ

プロパティ 種類 説明
dataType identityUserFlowAttributeDataType ユーザー フロー属性のデータ型であり、カスタム ユーザー フロー属性の作成後に変更することはできません。 dataType でサポートされる値は stringbooleanint64stringCollectiondateTime です。 identityUserFlowAttribute から継承されます。
displayName String ユーザー フロー属性の表示名。 identityUserFlowAttribute から継承
説明 String サインアップ時にユーザーに表示されるユーザー フロー属性の説明。 identityUserFlowAttribute から継承
id String ユーザー フロー属性の ID。 読み取り専用。 identityUserFlowAttribute から継承
userFlowAttributeType identityUserFlowAttributeType ユーザー フロー属性の型であり、自動的に設定される読み取り専用属性です。 この属性の値は です customidentityUserFlowAttribute から継承されます。

リレーションシップ

なし。

JSON 表記

次の JSON 表現は、リソースの種類を示しています。

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