Record Class IdSecAdminActionUserBanDelete

java.lang.Object
java.lang.Record
com.io7m.idstore.server.security.IdSecAdminActionUserBanDelete
Record Components:
admin - The admin performing the unban
All Implemented Interfaces:
IdSecActionType, IdSecAdminActionType

public record IdSecAdminActionUserBanDelete(IdAdmin admin) extends Record implements IdSecAdminActionType
An admin wants to unban a user.