We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34ef33f commit d0d6d8bCopy full SHA for d0d6d8b
1 file changed
pkg/fusionauth/Domain.go
@@ -686,6 +686,7 @@ type AuditLog struct {
686
NewValue interface{} `json:"newValue,omitempty"`
687
OldValue interface{} `json:"oldValue,omitempty"`
688
Reason string `json:"reason,omitempty"`
689
+ TenantId string `json:"tenantId,omitempty"`
690
}
691
692
/**
@@ -739,6 +740,7 @@ type AuditLogSearchCriteria struct {
739
740
OldValue string `json:"oldValue,omitempty"`
741
742
Start int64 `json:"start,omitempty"`
743
744
User string `json:"user,omitempty"`
745
746
0 commit comments