pulumi-azure-native-kotlin
2.14.0.0
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.labservices.kotlin.inputs
/
SecurityProfileArgs
Security
Profile
Args
data
class
SecurityProfileArgs
(
val
openAccess
:
Output
<
EnableState
>
?
=
null
)
:
ConvertibleToJava
<
SecurityProfileArgs
>
The lab security profile.
Constructors
Functions
Properties
Constructors
Security
Profile
Args
Link copied to clipboard
fun
SecurityProfileArgs
(
openAccess
:
Output
<
EnableState
>
?
=
null
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
SecurityProfileArgs
Properties
open
Access
Link copied to clipboard
val
openAccess
:
Output
<
EnableState
>
?
=
null
Whether any user or only specified users can register to a lab.