Table Type: Historical Data
Contains quality audit log messages for quality-related actions.
These records include the user/client involved, entity references, action, status, and message details.
Columns
| Column | Type | Modifiers | Notes |
|---|---|---|---|
| id | string | Primary Key | The unique identifier of the audit log message. |
| service_name | string | The service name for the audit message. | |
| level | string | The level of the audit log message. | |
| status | string | The status of the audit log message. | |
| action | string | The action of the audit log message. | |
| entity_type | string | The entity type of the audit log message. | |
| event_date | datetime | The date and time of the event that triggered the audit log message in UTC. | |
| user_home_org_id | string | The home organization of the user that triggered the audit log message. | |
| user_trustee_org_id | string | The trustee organization of the user that triggered the audit log message. | |
| user_id | string | The user_id of the user that triggered the audit log message. | |
| user_name | string | The user name of the user that triggered the audit log message. | |
| user_self_uri | string | The self URI of the user that triggered the audit log message. | |
| client_id | string | The OAUTH client_id of the client that triggered the audit log message. | |
| client_self_uri | string | The self URI of the client that triggered the audit log message. | |
| entity_id | string | The entity_id of the entity that the audit log message is about. | |
| entity_name | string | The entity_name of the entity that the audit log message is about. | |
| entity_self_uri | string | The self URI of the entity that the audit log message is about. | |
| message_localizable_code | string | The localizable message code of the audit log message. | |
| message | string | The message of the audit log message. | |
| message_with_params | string | The message with parameters of the audit log message. | |
| db_last_updated | datetime | When this record was last updated in UTC. |
Related Tables
- user
- quality_audit_context
- quality_audit_message_param
- quality_audit_property_change
- quality_audit_property_change_value
