Record Class IdAdminSummary

java.lang.Object
java.lang.Record
com.io7m.idstore.model.IdAdminSummary
Record Components:
id - The admin ID
idName - The admin name
realName - The admin real name
timeCreated - The time the admin was created
timeUpdated - The time the admin was updated

public record IdAdminSummary(UUID id, IdName idName, IdRealName realName, OffsetDateTime timeCreated, OffsetDateTime timeUpdated) extends Record
A summary of the "identifier" parts of an admin.