SecurityProfileResponse

data class SecurityProfileResponse(val openAccess: String? = null, val registrationCode: String)

The lab security profile.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val openAccess: String? = null

Whether any user or only specified users can register to a lab.

Link copied to clipboard

The registration code for the lab.