Skip to content

Commit

Permalink
Removing details fields that aren't in java and python sdk libs.
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinJudd committed Apr 23, 2022
1 parent 253ffb4 commit e2b4a3f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions audit.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,9 @@ type AuditEntry struct {
Details struct {
NewValue interface{} `json:"new_value"`
PreviousValue interface{} `json:"previous_value"`
PolicyName string `json:"policy_name"`
AuthenticationMode string `json:"authentication_mode"`
EntityIds string `json:"entity_ids"`
MobileOnly bool `json:"mobile_only"`
WebOnly bool `json:"web_only"`
NonSSOOnly bool `json:"non_sso_only"`
SucceededUsers string `json:"succeeded_users"`
FailedUsers string `json:"failed_users"`
ExportType string `json:"export_type"`
ExportStart string `json:"export_start_ts"`
ExportEnd string `json:"export_end_ts"`
Expand Down

0 comments on commit e2b4a3f

Please sign in to comment.