add response_code_filter parameter in auditing events search api
This commit is contained in:
@@ -38,7 +38,8 @@ type Filter struct {
|
||||
SourceIpFuzzy []string
|
||||
ObjectRefResources []string
|
||||
ObjectRefSubresources []string
|
||||
ResponseStatus []int32
|
||||
ResponseCodes []int32
|
||||
ResponseStatus []string
|
||||
StartTime *time.Time
|
||||
EndTime *time.Time
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user