User
@Entity
Constructors
Link copied to clipboard
constructor(id: String? = null, tenantId: String, username: String, email: String, cpf: String, passwordHash: String, fullName: String, role: String = "MEMBER", active: Boolean = true, allowedDays: Set<DayOfWeek>? = null, accessStart: LocalTime? = null, accessEnd: LocalTime? = null, policies: MutableMap<String, Any> = mutableMapOf(), groups: MutableSet<AccessGroup> = mutableSetOf())