次の方法で共有


appliedAuthenticationEventListener リソースの種類

名前空間: microsoft.graph

重要

Microsoft Graph の /beta バージョンの API は変更される可能性があります。 実稼働アプリケーションでこれらの API を使用することは、サポートされていません。 v1.0 で API を使用できるかどうかを確認するには、Version セレクターを使用します。

サインインまたはサインアップ イベントの対応するイベントによってトリガーされる、Azure Logic Apps やAzure Functionsなどの認証イベント リスナーを表します。

プロパティ

プロパティ 説明
eventType authenticationEventType カスタム認証拡張機能要求をトリガーした認証イベントの種類。 使用可能な値: tokenIssuanceStartpageRenderStartunknownFutureValueattributeCollectionStartattributeCollectionSubmitemailOtpSendPrefer: include-unknown-enum-members要求ヘッダーを使用して、この進化可能な列挙型で次の値を取得します:attributeCollectionStartattributeCollectionSubmitemailOtpSend
executedListenerId 文字列 実行された 認証イベント リスナー の ID。
handlerResult authenticationEventHandlerResult この認証イベントのAzure ロジック アプリやAzure Functionsなど、リッスンしているクライアントからの結果。

リレーションシップ

なし。

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.appliedAuthenticationEventListener",
  "eventType": "String",
  "executedListenerId": "String",
  "handlerResult": {
    "@odata.type": "microsoft.graph.authenticationEventHandlerResult"
  }
}