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

# Tenant Log Event Reference for Tenant Access Control List Rules

> View descriptions of all fields for the Tenant ACL (`acls_summary`) tenant log event.

The `acls_summary` [log event](/docs/deploy-monitor/logs) has the following fields:

<ResponseField name="acls_summary" type="object">
  <Expandable>
    <ResponseField name="acl_id" type="string">
      Internal identifier of the rule.

      Example: `acl_vENikGo5fcJd7FYMLvjKKP`
    </ResponseField>

    <ResponseField name="description" type="string">
      Description of the rule.

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

    <ResponseField name="priority" type="number">
      Order in which the rule executes.

      Example: `1`
    </ResponseField>

    <ResponseField name="action" type="object">
      Action that the rule executes.

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

    <ResponseField name="match" type="object">
      <Expandable>
        <ResponseField name="success" type="number">
          Total number of requests that the rule successfully matched.

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

    <ResponseField name="total_request_count" type="object">
      <Expandable>
        <ResponseField name="successes" type="number">
          Total number of requests that the rule successfully evaluated.

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

    <ResponseField name="start_time" type="string">
      Datetime stamp of when the log counting period started.

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

    <ResponseField name="end_time" type="string">
      Datetime stamp of when the log counting period ended.

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