次の方法で共有


onAttributeCollectionStartListener リソースの種類

名前空間: microsoft.graph

externalUsersSelfServiceSignUpEventsFlow オブジェクトによって表されるサインアップ フローのユーザー属性コレクション ステージの開始のリスナー。 このイベントは、ユーザーがサインアップ ボタンをクリックしたときにトリガーされます。

authenticationEventListener から継承します。

メソッド

なし。

このリソースの種類を管理するための API 操作の一覧については、 authenticationEventListener リソースの種類に関するページを参照してください。

プロパティ

プロパティ 説明
authenticationEventsFlowId 文字列 authenticationEventsFlow オブジェクトの識別子。 authenticationEventListener から継承されます。
conditions authenticationConditions この authenticationEventListener がトリガーする条件。 authenticationEventListener から継承されます。
displayName 文字列 リスナーの表示名。 authenticationEventListener から継承されます。
handler onAttributeCollectionStartHandler イベントがこのリスナーに解決された場合に呼び出す内容の構成。
id 文字列 この authenticationEventListener の識別子。 エンティティから継承 されます。
priority Int32 このハンドラーの優先順位。 0 (低優先度) から 1000 (優先度が高い) の間。 authenticationEventListener から継承されます。

リレーションシップ

なし。

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.onAttributeCollectionStartListener",
  "id": "String (identifier)",
  "displayName": "String",
  "priority": "Integer",
  "conditions": {
    "@odata.type": "microsoft.graph.authenticationConditions"
  },
  "authenticationEventsFlowId": "String",
  "handler": {
    "@odata.type": "microsoft.graph.onAttributeCollectionStartHandler"
  }
}