[Cases] Updating the audit log docs (#160335)

This PR updates the security audit logs with some cases values. We added
a new operation for retrieving the `categories` of a case and the users
associated with a case.
This commit is contained in:
Jonathan Buttner 2023-06-23 08:20:32 -04:00 committed by GitHub
parent cc5dca28ac
commit 2bf4ed4813
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -392,6 +392,10 @@ Refer to the corresponding {es} logs for potential write errors.
| `success` | User has accessed a case comment as part of a search operation.
| `failure` | User is not authorized to search for case comments.
.2+| `case_categories_get`
| `success` | User has accessed a case.
| `failure` | User is not authorized to access a case.
.2+| `case_tags_get`
| `success` | User has accessed a case.
| `failure` | User is not authorized to access a case.
@ -416,6 +420,10 @@ Refer to the corresponding {es} logs for potential write errors.
| `success` | User has accessed metrics for the user activity of a case.
| `failure` | User is not authorized to access metrics for the user activity of a case.
.2+| `case_user_action_get_users`
| `success` | User has accessed the users associated with a case.
| `failure` | User is not authorized to access the users associated with a case.
.2+| `case_connectors_get`
| `success` | User has accessed the connectors of a case.
| `failure` | User is not authorized to access the connectors of a case.