mirror of https://github.com/docker/docs.git
[ENGDOCS-910] Add new audit log categories (#15408)
* Add new audit log categories * Update docker-hub/audit-log.md Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
parent
0bda91020f
commit
409f63bb47
|
@ -58,6 +58,7 @@ Refer to the following section for a list of events and their descriptions:
|
||||||
| Team Member Added | Details of the member added to your team |
|
| Team Member Added | Details of the member added to your team |
|
||||||
| Team Member Removed | Details of the member removed from your team |
|
| Team Member Removed | Details of the member removed from your team |
|
||||||
| Team Member Invited | Details of the member invited to your team |
|
| Team Member Invited | Details of the member invited to your team |
|
||||||
|
| Organization Member Added | Details of the member added to your organization |
|
||||||
| Organization Member Removed | Details about the member removed from your organization |
|
| Organization Member Removed | Details about the member removed from your organization |
|
||||||
| Organization Created | Activities related to the creation of a new organization |
|
| Organization Created | Activities related to the creation of a new organization |
|
||||||
| Organization Settings Updated | Details related to the organization setting that was updated |
|
| Organization Settings Updated | Details related to the organization setting that was updated |
|
||||||
|
@ -66,6 +67,9 @@ Refer to the following section for a list of events and their descriptions:
|
||||||
| Registry Access Management registry added | Activities related to the addition of a registry |
|
| Registry Access Management registry added | Activities related to the addition of a registry |
|
||||||
| Registry Access Management registry removed | Activities related to the removal of a registry |
|
| Registry Access Management registry removed | Activities related to the removal of a registry |
|
||||||
| Registry Access Management registry updated | Details related to the registry that was updated |
|
| Registry Access Management registry updated | Details related to the registry that was updated |
|
||||||
|
| Single Sign-On domain added | Details of the single sign-on domain added to your organization |
|
||||||
|
| Single Sign-On domain removed | Details of the single sign-on domain removed from your organization |
|
||||||
|
| Single Sign-On domain verified | Details of the single sign-on domain verified for your organization |
|
||||||
|
|
||||||
### Repository events
|
### Repository events
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue