LabSecurityArgs

data class LabSecurityArgs(val openAccessEnabled: Output<Boolean>, val registrationCode: Output<String>? = null) : ConvertibleToJava<LabSecurityArgs>

Constructors

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

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
val registrationCode: Output<String>? = null

The registration code for the Lab Service Lab.

Functions

Link copied to clipboard
open override fun toJava(): LabSecurityArgs