Audit Logs
Retrieves account or zone Audit Log
GET/{accounts_or_zones}/{account_or_zone_id}/security-center/insights/audit-log
Retrieves Issue Audit Log
GET/{accounts_or_zones}/{account_or_zone_id}/security-center/insights/{issue_id}/audit-log
ModelsExpand Collapse
AuditLogListResponse object { id, changed_at, changed_by, 6 more }
AuditLogListResponse object { id, changed_at, changed_by, 6 more }
changed_by: optional string
The actor that made the change. ‘system’ for automated changes, or a user identifier.
current_value: optional string
The value of the field after the change. Null if the field was cleared.
AuditLogListByInsightResponse object { id, changed_at, changed_by, 6 more }
AuditLogListByInsightResponse object { id, changed_at, changed_by, 6 more }
changed_by: optional string
The actor that made the change. ‘system’ for automated changes, or a user identifier.
current_value: optional string
The value of the field after the change. Null if the field was cleared.