From 01897edccd1145c5fcc24affc539a32871a5b5aa Mon Sep 17 00:00:00 2001 From: haelekuin <86392447+haelekuin@users.noreply.github.com> Date: Fri, 11 Oct 2024 14:25:49 +0200 Subject: [PATCH] Docs: Fix incorrect authentication token field name (#94610) --- docs/sources/setup-grafana/configure-security/audit-grafana.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/setup-grafana/configure-security/audit-grafana.md b/docs/sources/setup-grafana/configure-security/audit-grafana.md index 981eddbbd08..9f421becc5f 100644 --- a/docs/sources/setup-grafana/configure-security/audit-grafana.md +++ b/docs/sources/setup-grafana/configure-security/audit-grafana.md @@ -48,7 +48,7 @@ Audit logs contain the following fields. The fields followed by **\*** are alway | `user.orgId`\* | number | Current organization of the user that made the request. | | `user.orgRole` | string | Current role of the user that made the request. | | `user.name` | string | Name of the Grafana user that made the request. | -| `user.tokenId` | number | ID of the user authentication token. | +| `user.authTokenId` | number | ID of the user authentication token. | | `user.apiKeyId` | number | ID of the Grafana API key used to make the request. | | `user.isAnonymous`\* | boolean | If an anonymous user made the request, `true`. Otherwise, `false`. | | `action`\* | string | The request action. For example, `create`, `update`, or `manage-permissions`. |