Unified Auditing Policies - Schema Browser

Logged into a 19.25 PDB as SYS.

In the Schema Browser, Unified Audit Policies, is there any way to view the SUCCESS and FAILURE values from the AUDIT_UNIFIED_ENABLED_POLICIES view? From the SQL Tracker, it doesn't look like these columns are being retrieved.

--------------------------------------------------------------------------------
Timestamp: 5/12/2025 18:02:07

select *
from SYS.AUDIT_UNIFIED_POLICIES
where (NOT (AUDIT_OPTION_TYPE = 'DV ACTION' and OBJECT_NAME is null))
order by policy_name, audit_option_type, audit_option

--------------------------------------------------------------------------------
Timestamp: 5/12/2025 18:02:10

select POLICY_NAME, ENTITY_NAME
from SYS.AUDIT_UNIFIED_ENABLED_POLICIES
--------------------------------------------------------------------------------

If not, please consider this as a feature request.

Doug