Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 7 additions & 11 deletions doc/tooling/tcm/tcm_audit_log.rst
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,10 @@ audit log events.
- Authentication successful
* - ``access.denied``
- An attempt to access an object without the required permission
* - ``crud.insert``
- Data inserted via CRUD operations
* - ``crud.delete``
- Data deleted via CRUD operations
* - ``user.add``
- User added
* - ``user.update``
Expand All @@ -263,14 +267,6 @@ audit log events.
* - ``explorer.insert``
- Data inserted in a cluster
* - ``explorer.delete``
- Data deleted from a cluster
* - ``explorer.replace``
- Data replaced in a cluster
* - ``explorer.call``
- Stored function called on a cluster
* - ``explorer.evaluate``
- Code executed on a cluster
* - ``explorer.switchover``
- Master switched manually
* - ``test.devmode``
- Switched to development mode
Expand All @@ -279,7 +275,7 @@ audit log events.
* - ``passwordpolicy.save``
- Password policy changed
* - ``passwordpolicy.resetpasswords``
- All passwords expired by an administrator
- All passwords are expired by an administrator
* - ``ddl.save``
- Cluster data model saved
* - ``ddl.apply``
Expand Down Expand Up @@ -311,9 +307,9 @@ audit log events.
* - ``cluster.delete``
- Cluster removed
* - ``ldap.testlogin``
- Login test executed for a LDAP configuration
- Login test executed for an LDAP configuration
* - ``ldap.testconnection``
- Connection test executed for a LDAP configuration
- Connection test executed for an LDAP configuration
* - ``ldap.add``
- LDAP configuration added
* - ``ldap.update``
Expand Down