Record Class IdEventAdminLoginAuthenticationFailed

java.lang.Object
java.lang.Record
com.io7m.idstore.server.service.telemetry.api.IdEventAdminLoginAuthenticationFailed
Record Components:
remoteHost - The remote remoteHost
adminId - The admin
All Implemented Interfaces:
IdEventAdminType, IdEventType

public record IdEventAdminLoginAuthenticationFailed(String remoteHost, UUID adminId) extends Record implements IdEventAdminType
An admin provided incorrect credentials when trying to log in.