Record Class IdSecAdminActionAdminUpdate

java.lang.Object
java.lang.Record
com.io7m.idstore.server.security.IdSecAdminActionAdminUpdate
Record Components:
admin - The admin
targetAdmin - The admin being updated
All Implemented Interfaces:
IdSecActionType, IdSecAdminActionType

public record IdSecAdminActionAdminUpdate(IdAdmin admin, UUID targetAdmin) extends Record implements IdSecAdminActionType
An admin wants to update an admin.