Skip to content

Commit d0d6d8b

Browse files
authored
add AuditLog.tenantId
1 parent 34ef33f commit d0d6d8b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pkg/fusionauth/Domain.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -686,6 +686,7 @@ type AuditLog struct {
686686
NewValue interface{} `json:"newValue,omitempty"`
687687
OldValue interface{} `json:"oldValue,omitempty"`
688688
Reason string `json:"reason,omitempty"`
689+
TenantId string `json:"tenantId,omitempty"`
689690
}
690691

691692
/**
@@ -739,6 +740,7 @@ type AuditLogSearchCriteria struct {
739740
OldValue string `json:"oldValue,omitempty"`
740741
Reason string `json:"reason,omitempty"`
741742
Start int64 `json:"start,omitempty"`
743+
TenantId string `json:"tenantId,omitempty"`
742744
User string `json:"user,omitempty"`
743745
}
744746

0 commit comments

Comments
 (0)