@cpod/sdk - v0.2.7
Preparing search index...
GetAuditLogsOptions
Interface GetAuditLogsOptions
Get audit logs options
interface
GetAuditLogsOptions
{
start_date
?:
string
;
end_date
?:
string
;
action
?:
AuditAction
[]
;
resource_type
?:
string
;
status
?:
AuditStatus
;
page
?:
number
;
limit
?:
number
;
}
Index
Properties
start_
date?
end_
date?
action?
resource_
type?
status?
page?
limit?
Properties
Optional
start_
date
start_date
?:
string
Optional
end_
date
end_date
?:
string
Optional
action
action
?:
AuditAction
[]
Optional
resource_
type
resource_type
?:
string
Optional
status
status
?:
AuditStatus
Optional
page
page
?:
number
Optional
limit
limit
?:
number
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
start_
date
end_
date
action
resource_
type
status
page
limit
@cpod/sdk - v0.2.7
Loading...
Get audit logs options