toggle menu
pulumi-azure-native-kotlin
3.0.1.0
jvm
switch theme
search in API
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.
Members
Constructors
Security
Profile
Args
Link copied to clipboard
constructor
(
openAccess
:
Output
<
EnableState
>
?
=
null
)
Properties
open
Access
Link copied to clipboard
val
openAccess
:
Output
<
EnableState
>
?
=
null
Whether any user or only specified users can register to a lab.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
SecurityProfileArgs