debian-mirror-gitlab/doc/administration/audit_reports.md

30 lines
1.1 KiB
Markdown
Raw Normal View History

2020-10-24 23:57:45 +05:30
---
stage: Manage
group: Compliance
2021-02-22 17:27:13 +05:30
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
2020-10-24 23:57:45 +05:30
description: 'Learn how to create evidence artifacts typically requested by a 3rd party auditor.'
---
# Audit Reports
GitLab can help owners and administrators respond to auditors by generating
comprehensive reports. These **Audit Reports** vary in scope, depending on the
2020-11-24 15:15:51 +05:30
needs.
2020-10-24 23:57:45 +05:30
## Use cases
- Generate a report of audit events to provide to an external auditor requesting proof of certain logging capabilities.
- Provide a report of all users showing their group and project memberships for a quarterly access review so the auditor can verify compliance with an organization's access management policy.
## APIs
2021-01-29 00:20:46 +05:30
- [Audit events](../api/audit_events.md)
- [GraphQL - User](../api/graphql/reference/index.md#user)
- [GraphQL - GroupMember](../api/graphql/reference/index.md#groupmember)
- [GraphQL - ProjectMember](../api/graphql/reference/index.md#projectmember)
2020-10-24 23:57:45 +05:30
## Features
2021-01-29 00:20:46 +05:30
- [Audit events](audit_events.md)
- [Log system](logs.md)