Record Class IdSecAdminActionAdminCreate

java.lang.Object
java.lang.Record
com.io7m.idstore.server.security.IdSecAdminActionAdminCreate
Record Components:
admin - The admin
targetPermissions - The permissions the created admin will have
All Implemented Interfaces:
IdSecActionType, IdSecAdminActionType

public record IdSecAdminActionAdminCreate(IdAdmin admin, Set<IdAdminPermission> targetPermissions) extends Record implements IdSecAdminActionType
An admin wants to create an admin.