User
constructor(id: UUID, createdTimestamp: Long, username: String, enabled: Boolean, emailVerified: Boolean, attributes: Attributes? = null, notBefore: Long, totp: Boolean, access: UserAccess? = null, disableableCredentialTypes: List<String>, requiredActions: List<String>, email: String? = null, firstName: String? = null, lastName: String? = null, credentials: List<UserCredential>? = null, federationLink: String? = null)