Share via


authenticationEventListener リソースの種類

名前空間: microsoft.graph

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

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

注:

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

メソッド

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

プロパティ

プロパティ 説明
conditions authenticationConditions この authenticationEventListener がトリガーする条件。
id String この authenticationEventListener の識別子。 エンティティから継承 されます。
authenticationEventsFlowId String authenticationEventListener が authenticationEventsFlow に関連付けられているかどうかを示します。 読み取り専用。

リレーションシップ

なし。

JSON 表記

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

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