Record Class IdAdmin

java.lang.Object
java.lang.Record
com.io7m.idstore.model.IdAdmin
Record Components:
id - The admin's ID
idName - The admin's id name
realName - The admin's real name
emails - The admin's emails
timeCreated - The date the admin was created
timeUpdated - The date the admin was last updated
password - The admin's password
permissions - The set of permissions belonging to the admin

public record IdAdmin(UUID id, IdName idName, IdRealName realName, IdNonEmptyList<IdEmail> emails, OffsetDateTime timeCreated, OffsetDateTime timeUpdated, IdPassword password, IdAdminPermissionSet permissions) extends Record
Information for a single administrator.