Record Class IdSecAdminActionUserBanCreate

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

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