Auditing schema tables
You can use auditing schema to track credential management, credential pool management, credential lease management, and shared access policy management. The audit event schema has a common base event table, audit_event, which contains fields common to all audit events.
Separate tables are created for an event type only if that event type contains attributes, which are not generic enough to keep in a common table. As a rule, any element that is common to most audit events is kept in the audit_event container table. This design choice helps reduce the number of table joins when event data is queried.
The auditing event information is in the following tables:
| Event Category | Table Name |
|---|---|
| Application ID management | No event-specific table |
| Credential management | No event-specific table |
| Credential Pool management | No event-specific table |
| Credential Lease management | AUDIT_MGMT_LEASE This table is used only if the action is Checkout or if the credential is a pool member. |
| Shared Access Policy management | No event-specific table |