diff --git a/doc/tooling/tcm/tcm_audit_log.rst b/doc/tooling/tcm/tcm_audit_log.rst index d70246202..936f29770 100644 --- a/doc/tooling/tcm/tcm_audit_log.rst +++ b/doc/tooling/tcm/tcm_audit_log.rst @@ -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`` @@ -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 @@ -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`` @@ -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``