diff --git a/audit.go b/audit.go index 9153ad08d..a3ea7ebdf 100644 --- a/audit.go +++ b/audit.go @@ -40,14 +40,14 @@ type AuditEntry struct { IPAddress string `json:"ip_address"` } `json:"context"` Details struct { - NewValue interface{} `json:"new_value"` - PreviousValue interface{} `json:"previous_value"` - MobileOnly bool `json:"mobile_only"` - WebOnly bool `json:"web_only"` - NonSSOOnly bool `json:"non_sso_only"` - ExportType string `json:"export_type"` - ExportStart string `json:"export_start_ts"` - ExportEnd string `json:"export_end_ts"` + NewValue interface{} `json:"new_value"` + PreviousValue interface{} `json:"previous_value"` + MobileOnly bool `json:"mobile_only"` + WebOnly bool `json:"web_only"` + NonSSOOnly bool `json:"non_sso_only"` + ExportType string `json:"export_type"` + ExportStart string `json:"export_start_ts"` + ExportEnd string `json:"export_end_ts"` } `json:"details"` }