Skip to main content

Interface: $Properties

v1.GetAuditLogsRequest.$Properties

Properties of a GetAuditLogsRequest.

Hierarchy

Properties

endTimeExclusive

Optional endTimeExclusive: null | $Properties

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 | $Properties

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