identityBuiltInUserFlowAttribute リソースの種類

名前空間: microsoft.graph

従業員テナントのMicrosoft Entra ID、顧客テナントのMicrosoft Entra ID、セルフサービス サインアップ ユーザー フローで使用できる Azure AD B2C テナントの組み込みユーザー フロー属性を表します。 これらの属性は変更できないため、読み取り専用です。

identityUserFlowAttribute から継承します。

プロパティ

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

リレーションシップ

なし。

JSON 表記

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

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