---
title: Audit Access Types
description: The type of messages to audit.
component: java-agents
version: 2025.11
page_id: java-agents:properties-reference:org.forgerock.agents.audit.what
canonical_url: https://docs.pingidentity.com/java-agents/2025.11/properties-reference/org.forgerock.agents.audit.what.html
---

# Audit Access Types

The type of messages to audit.

|                          |                                                                                                                                                                                                                         |
| ------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Property name            | `org.forgerock.agents.audit.what`                                                                                                                                                                                       |
| Aliases                  | `com.sun.identity.agents.config.audit.accesstype`   Introduced in Java Agent 5.0   [Recognized](preface.html#how_am_manages_multiple_aliases) from AM 6`org.forgerock.agents.audit.what`   Introduced in Java Agent 5.6 |
| Function                 | Audit                                                                                                                                                                                                                   |
| Supported settings       | * LOG\_NONE

  Don't audit anything.

* LOG\_ALLOW

  Audit only allowed requests.

* LOG\_DENY

  Audit only denied requests.

* LOG\_BOTH

  Audit both allowed and denied requests.                                  |
| Default                  | `LOG_NONE`                                                                                                                                                                                                              |
| Bootstrap property       | No                                                                                                                                                                                                                      |
| Required property        | No                                                                                                                                                                                                                      |
| Restart required         | No                                                                                                                                                                                                                      |
| Local configuration file | `AgentConfig.properties`                                                                                                                                                                                                |
| AM console               | Tab: `Global`Title: `Audit Access Types`                                                                                                                                                                                |
