Skip to main content

Interface: IGetAuditLogsRequest

cloudservice.v1.IGetAuditLogsRequest

Properties of a GetAuditLogsRequest.

Implemented by

Properties

endTimeExclusive

Optional endTimeExclusive: null | ITimestamp

Filter for UTC time < (defaults to current time) - optional.


pageSize

Optional pageSize: null | number

The requested size of the page to retrieve - optional. Cannot exceed 1000. Defaults to 100.


pageToken

Optional pageToken: null | string

The page token if this is continuing from another response - optional.


startTimeInclusive

Optional startTimeInclusive: null | ITimestamp

Filter for UTC time >= (defaults to 30 days ago) - optional.