Interface: IGetAuditLogsRequest
cloudservice.v1.IGetAuditLogsRequest
Properties of a GetAuditLogsRequest.
Hierarchy
-
↳
IGetAuditLogsRequest
Properties
endTimeExclusive
• Optional endTimeExclusive: null | $Properties
Filter for UTC time < (defaults to current time) - optional.
Inherited from
pageSize
• Optional pageSize: null | number
The requested size of the page to retrieve - optional. Cannot exceed 1000. Defaults to 100.
Inherited from
pageToken
• Optional pageToken: null | string
The page token if this is continuing from another response - optional.
Inherited from
startTimeInclusive
• Optional startTimeInclusive: null | $Properties
Filter for UTC time >= (defaults to 30 days ago) - optional.