LabSecurity

data class LabSecurity(val openAccessEnabled: Boolean, val registrationCode: String? = null)

Constructors

Link copied to clipboard
constructor(openAccessEnabled: Boolean, registrationCode: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Is open access enabled to allow any user or only specified users to register to a Lab Service Lab?

Link copied to clipboard

The registration code for the Lab Service Lab.