Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 553 Bytes

File metadata and controls

15 lines (13 loc) · 553 Bytes

AuditLogRequest

Properties

Name Type Description Notes
logFilter String Audit logs should meet the filter condition [optional]
logAgeLimit Long Include logs with timstamps not past the age limit in days [optional]
logFilterType LogFilterTypeEnum Type of log filter [optional]

Enum: LogFilterTypeEnum

Name Value
TEXT "TEXT"
REGEX "REGEX"