Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 913 Bytes

HarborAuditLog.md

File metadata and controls

14 lines (11 loc) · 913 Bytes

HarborAuditLog

Properties

Name Type Description Notes
Id int32 The ID of the audit log entry. [optional] [default to null]
Username string Username of the user in this log entry. [optional] [default to null]
Resource string Name of the repository in this log entry. [optional] [default to null]
ResourceType string Tag of the repository in this log entry. [optional] [default to null]
Operation string The operation against the repository in this log entry. [optional] [default to null]
OpTime time.Time The time when this operation is triggered. [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]