Audit Logs
Get Audit Log
client.AuditLogs.Get(ctx, auditLogID) (*AuditLog, error)
GET/v1/audit_logs/{audit_log_id}
ModelsExpand Collapse
type AuditLog struct{…}Audit log entry.
type AuditLog struct{…}
Audit log entry.
Actor AuditLogActorThe entity that performed the action.
Actor AuditLogActor
The entity that performed the action.
Type AuditLogTypeType of actor.
Type AuditLogType
Type of actor.
type AuditLogActor struct{…}The entity that performed the action.
type AuditLogActor struct{…}
The entity that performed the action.
Type AuditLogTypeType of actor.
Type AuditLogType
Type of actor.
type AuditLogList struct{…}
type AuditLogList struct{…}
Items []AuditLog
Items []AuditLog
Actor AuditLogActorThe entity that performed the action.
Actor AuditLogActor
The entity that performed the action.
Type AuditLogTypeType of actor.
Type AuditLogType
Type of actor.
Pagination PaginationPagination response details.
Pagination Pagination
Pagination response details.