AuditLogRequest
AuditLogRequest
JSON Example
{
"log_age_limit": 0,
"log_filter": "string",
"log_filter_type": "string"
}
integer As int64
As int64
log_age_limit
Optional
Constraints:
minimum: 0
Include logs with timstamps not past the age limit in days
string
log_filter
Optional
Audit logs should meet the filter condition
string
log_filter_type
Optional
Constraints:
default: TEXT
Type of log filter
Possible values are :
TEXT,
REGEX,