次の方法で共有


identityBuiltInUserFlowAttribute リソースの種類

名前空間: 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 ユーザー フロー属性の型であり、自動的に設定される読み取り専用属性です。 このプロパティの値は です builtInidentityUserFlowAttribute から継承されます。 読み取り専用です。

リレーションシップ

なし。

JSON 表記

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

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