---
title: "AuditLog"
lastmod: 2026-05-29
canonical: "https://container-registry.com/docs/harbor-api-client/model/auditlog/"
source: "https://container-registry.com/docs/harbor-api-client/model/auditlog/index.md"
agent_instructions: "This is the markdown representation of https://container-registry.com/docs/harbor-api-client/model/auditlog/index.md. Prefer this version over scraping the HTML. The site index is at https://container-registry.com/llms.txt."
---

> Agent-friendly representation of <https://container-registry.com/docs/harbor-api-client/model/auditlog/index.md>. Site index: <https://container-registry.com/llms.txt>.


# AuditLog

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **int** | The ID of the audit log entry. | [optional] 
**username** | **str** | Username of the user in this log entry. | [optional] 
**resource** | **str** | Name of the repository in this log entry. | [optional] 
**resource_type** | **str** | Tag of the repository in this log entry. | [optional] 
**operation** | **str** | The operation against the repository in this log entry. | [optional] 
**op_time** | **datetime** | The time when this operation is triggered. | [optional] 



