> ## 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.

# テナント ACL ルールのテナントログイベントリファレンス

> Tenant ACL（`acls_summary`）テナントログイベントのすべてのフィールドの説明を確認できます。

`acls_summary` [ログイベント](/ja/docs/deploy-monitor/logs) には、次のフィールドがあります。

<ResponseField name="acls_summary" type="object">
  <Expandable>
    <ResponseField name="acl_id" type="string">
      ルールの内部識別子。

      例: `acl_vENikGo5fcJd7FYMLvjKKP`
    </ResponseField>

    <ResponseField name="description" type="string">
      ルールの説明。

      例: `Allow traffic that originates from the United States`
    </ResponseField>

    <ResponseField name="priority" type="number">
      ルールが実行される順序。

      例: `1`
    </ResponseField>

    <ResponseField name="action" type="object">
      ルールで実行されるアクション。

      例: `{ "allow": true }`
    </ResponseField>

    <ResponseField name="match" type="object">
      <Expandable>
        <ResponseField name="success" type="number">
          ルールに正常に一致したリクエストの合計数。

          例: `1`
        </ResponseField>
      </Expandable>
    </ResponseField>

    <ResponseField name="total_request_count" type="object">
      <Expandable>
        <ResponseField name="successes" type="number">
          ルールで正常に評価されたリクエストの合計数。

          例: `3`
        </ResponseField>
      </Expandable>
    </ResponseField>

    <ResponseField name="start_time" type="string">
      ログ集計期間の開始時刻のタイムスタンプ。

      例: `2025-03-19T16:11:07.429Z`
    </ResponseField>

    <ResponseField name="end_time" type="string">
      ログ集計期間の終了時刻のタイムスタンプ。

      例: `2025-03-19T16:21:07.429Z`
    </ResponseField>
  </Expandable>
</ResponseField>
