Skip to content
代码片段 群组 项目
提交 355b4c7a 编辑于 作者: Eugie Limpin's avatar Eugie Limpin 提交者: Evan Read
浏览文件

Document internal users can be used as audit event author

上级 e9eb238a
No related branches found
No related tags found
无相关合并请求
...@@ -32,7 +32,7 @@ To instrument an audit event, the following attributes should be provided: ...@@ -32,7 +32,7 @@ To instrument an audit event, the following attributes should be provided:
| Attribute | Type | Required? | Description | | Attribute | Type | Required? | Description |
|:-------------|:---------------------|:----------|:------------------------------------------------------------------| |:-------------|:---------------------|:----------|:------------------------------------------------------------------|
| `name` | String | false | Action name to be audited. Represents the [type of the event](#event-type-definitions). Used for error tracking | | `name` | String | false | Action name to be audited. Represents the [type of the event](#event-type-definitions). Used for error tracking |
| `author` | User | true | User who authors the change | | `author` | User | true | User who authors the change. Can be an [internal user](../internal_users.md). For example, [inactive project deletion](../../administration/inactive_project_deletion.md) audit events are authored by `GitLab-Admin-Bot`. |
| `scope` | User, Project, Group | true | Scope which the audit event belongs to | | `scope` | User, Project, Group | true | Scope which the audit event belongs to |
| `target` | Object | true | Target object being audited | | `target` | Object | true | Target object being audited |
| `message` | String | true | Message describing the action ([not translated](#i18n-and-the-audit-event-message-attribute)) | | `message` | String | true | Message describing the action ([not translated](#i18n-and-the-audit-event-message-attribute)) |
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册