Record Class IdA1AuditEvent

java.lang.Object
java.lang.Record
com.io7m.idstore.protocol.admin.cb.IdA1AuditEvent
Record Components:
fieldId - The audit event ID.
fieldOwner - The audit event owner.
fieldTime - The audit event time.
fieldType - The audit event type.
fieldData - The audit event data.
All Implemented Interfaces:
com.io7m.cedarbridge.runtime.api.CBSerializableType

public record IdA1AuditEvent(com.io7m.cedarbridge.runtime.api.CBIntegerUnsigned64 fieldId, com.io7m.cedarbridge.runtime.api.CBUUID fieldOwner, IdA1TimestampUTC fieldTime, com.io7m.cedarbridge.runtime.api.CBString fieldType, com.io7m.cedarbridge.runtime.api.CBMap<com.io7m.cedarbridge.runtime.api.CBString,com.io7m.cedarbridge.runtime.api.CBString> fieldData) extends Record implements com.io7m.cedarbridge.runtime.api.CBSerializableType
An audit event.