> ## Documentation Index
> Fetch the complete documentation index at: https://translations.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Actions リファレンスの概要

> 各トリガーで Auth0 Actions が利用できるイベントオブジェクトと api オブジェクトについて、読み取り可能なトランザクションデータやカスタムコードから呼び出せるメソッドを詳しく説明します。

各 Auth0 Action は、トリガーが起動すると2つのオブジェクトを受け取ります。

* **イベントオブジェクト**は、読み取り専用のトランザクションコンテキストです。トリガーが起動した時点のユーザー、リクエスト、クライアント、tenant、接続に関する詳細情報が含まれます。
* **api オブジェクト**は、アクセスの拒否、token クレームの追加、challenge の開始、データのキャッシュなど、トランザクションの結果を変更するために Action から呼び出せるメソッドを提供します。

利用できるオブジェクトはトリガーごとに異なります。以下からトリガーを選択して、イベントオブジェクトと api オブジェクトのリファレンスを確認してください。各トリガーがいつ起動するか、および Actions をトリガーに追加する方法については、[トリガーを確認する](/docs/ja-jp/customize/actions/explore-triggers)をお読みください。

<div id="resources">
  ## リソース
</div>

| こちらを読む...                                                                      | 学べること...                                          |
| ------------------------------------------------------------------------------ | ------------------------------------------------- |
| [Actions の概要](/docs/ja-jp/customize/actions/actions-overview)                  | Auth0 Actions の仕組みと、実現できること。                      |
| [トリガーを確認する](/docs/ja-jp/customize/actions/explore-triggers)                    | 各トリガーがいつ実行され、Actions がどのように関連付けられるか。              |
| [Actions コーディングガイドライン](/docs/ja-jp/customize/actions/action-coding-guidelines) | コーディングガイドラインに従って、明確で簡潔かつ安全な Actions code を記述する方法。 |
| [最初の Action を作成する](/docs/ja-jp/customize/actions/write-your-first-action)      | Action を最初から最後まで構築、テスト、デプロイする方法。                  |
