identityUserFlowAttribute リソース タイプ

名前空間: microsoft.graph

従業員と外部テナント、および Azure AD B2C テナントのMicrosoft Entra 外部 IDのユーザー フローに追加できる属性を表します。

テナントでユーザー フロー属性を構成すると、サインアップ中に外部ユーザーに関する情報を収集できます。 組み込みの属性セットを収集することを選択できます。たとえば、Given Name、Surname、City、Postal Code などです。または、カスタム ユーザー フロー属性を構成できます。 カスタム ユーザー フロー属性は、 ディレクトリ拡張機能に対する抽象化です。

identityBuiltInUserFlowAttributesidentityCustomUserFlowAttributes は両方とも、この基本クラスから継承します。

メソッド

メソッド 戻り値の型 説明
リスト identityUserFlowAttributes コレクション すべての組み込みユーザー フロー属性およびカスタム ユーザー フロー属性を取得します。
Create identityUserFlowAttribute 新しいカスタム ユーザー フロー属性を作成します。
Get identityUserFlowAttribute ユーザー フロー属性のプロパティを取得します。
Update なし カスタム ユーザー フロー属性を更新します。
Delete なし カスタム ユーザー フロー属性を削除します。

プロパティ

プロパティ 種類 説明
dataType identityUserFlowAttributeDataType ユーザー フロー属性のデータ型。 カスタム ユーザー フロー属性の作成後に変更することはできません。 dataType でサポートされている値は、 string 、、 booleanint64stringCollectiondateTime、ですunknownFutureValue

$filter (eqne) をサポートします。
displayName String ユーザー フロー属性の表示名。

$filter (eqne) をサポートします。
説明 String サインアップ時にユーザーに表示されるユーザー フロー属性の説明。
id String ユーザー フロー属性の ID。 読み取り専用です。

$filter (eqne) をサポートします。
userFlowAttributeType identityUserFlowAttributeType ユーザー フロー属性の種類。 読み取り専用です。 属性の種類に応じて、このプロパティの値は builtIn、、 customrequiredです unknownFutureValue

$filter (eqne) をサポートします。

JSON 表記

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

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