次の方法で共有


authenticationEventListener リソースの種類

名前空間: microsoft.graph

認証プロセスをカスタマイズするために、リスナーを登録して、一部のイベントに対して、一部の条件でカスタム ロジックを呼び出すことができることを指定できます。 これは、次の型が派生する抽象型です。

注:

最大 250 個のイベント リスナーを使用できます。

エンティティ から継承します。

メソッド

メソッド 戻り値の種類 説明
List authenticationEventListener コレクション authenticationEventListener から派生したオブジェクトの種類の一覧を取得します。
Create authenticationEventListener authenticationEventListener から派生した新しいオブジェクトの種類を作成します。
Get authenticationEventListener authenticationEventListener から派生したオブジェクト型のプロパティとリレーションシップを読み取ります。
Update なし authenticationEventListener から派生したオブジェクト型のプロパティを更新します。
削除 なし authenticationEventListener から派生したオブジェクトの種類を削除します。

プロパティ

プロパティ 説明
authenticationEventsFlowId 文字列 authenticationEventsFlow オブジェクトの識別子。
conditions authenticationConditions この authenticationEventListener がトリガーする条件。
displayName 文字列 リスナーの表示名。
id 文字列 この authenticationEventListener の識別子。 エンティティから継承 されます。

リレーションシップ

なし。

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.authenticationEventListener",
  "id": "String (identifier)",
  "displayName": "String",
  "conditions": {
    "@odata.type": "microsoft.graph.authenticationConditions"
  },
  "authenticationEventsFlowId": "String"
}