Record Class IdACommandUserCreate

java.lang.Object
java.lang.Record
com.io7m.idstore.protocol.admin.IdACommandUserCreate
Record Components:
id - The user ID
idName - The id name
realName - The real name
email - The primary email
password - The password
All Implemented Interfaces:
com.io7m.hibiscus.api.HBMessageType, IdACommandType<IdAResponseUserCreate>, IdAMessageType, IdProtocolMessageType

public record IdACommandUserCreate(Optional<UUID> id, IdName idName, IdRealName realName, IdEmail email, IdPassword password) extends Record implements IdACommandType<IdAResponseUserCreate>
Create a user.