AuditLogExport

data class AuditLogExport(val id: String, val state: AuditLogExportState, val createdAt: OffsetDateTime, val updatedAt: OffsetDateTime, val objectType: String = "audit_log_export", val url: String? = null)

AuditLogExport model.

Constructors

Link copied to clipboard
constructor(id: String, state: AuditLogExportState, createdAt: OffsetDateTime, updatedAt: OffsetDateTime, objectType: String = "audit_log_export", url: String? = null)

Properties

Link copied to clipboard

An ISO 8601 timestamp.

Link copied to clipboard
val id: String

The unique ID of the Audit Log Export.

Link copied to clipboard

Distinguishes the Audit Log Export object.

Link copied to clipboard

The state of the export. Possible values: pending, ready, error, expired.

Link copied to clipboard

An ISO 8601 timestamp.

Link copied to clipboard
val url: String?

A URL to the CSV file. Only defined when the Audit Log Export is ready.