SecurityProfile interface
The lab security profile.
Properties
| open |
Whether any user or only specified users can register to a lab. |
| registration |
The registration code for the lab. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
openAccess
Whether any user or only specified users can register to a lab.
openAccess?: EnableState
Property Value
registrationCode
The registration code for the lab. NOTE: This property will not be serialized. It can only be populated by the server.
registrationCode?: string
Property Value
string