Audit Logs
API accessor for AuditLogs.
Every operation on this class is available in two flavors: a blocking variant (<methodName>) and a coroutine-aware variant (<methodName>Suspend). The Suspend variants delegate to the blocking ones under withContext(Dispatchers.IO), so they are safe to call from any coroutine dispatcher (including Dispatchers.Main).
Functions
Create Event
Coroutine-aware variant of createEvent. Use this from a suspend function or coroutine scope.
Create Export
Coroutine-aware variant of createExport. Use this from a suspend function or coroutine scope.
Create Schema
Coroutine-aware variant of createSchema. Use this from a suspend function or coroutine scope.
Get Retention
Coroutine-aware variant of getAuditLogsRetention. Use this from a suspend function or coroutine scope.
Get Export
Coroutine-aware variant of getExport. Use this from a suspend function or coroutine scope.
List Actions
List Schemas
Coroutine-aware variant of listActionSchemas. Use this from a suspend function or coroutine scope.
Coroutine-aware variant of listActions. Use this from a suspend function or coroutine scope.
Set Retention
Coroutine-aware variant of updateAuditLogsRetention. Use this from a suspend function or coroutine scope.