toggle menu
pulumi-azure-native-kotlin
3.5.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.hdinsight.kotlin.inputs
/
SshProfileArgs
Ssh
Profile
Args
data
class
SshProfileArgs
(
val
publicKeys
:
Output
<
List
<
SshPublicKeyArgs
>
>
?
=
null
)
:
ConvertibleToJava
<
SshProfileArgs
>
The list of SSH public keys.
Members
Constructors
Ssh
Profile
Args
Link copied to clipboard
constructor
(
publicKeys
:
Output
<
List
<
SshPublicKeyArgs
>
>
?
=
null
)
Properties
public
Keys
Link copied to clipboard
val
publicKeys
:
Output
<
List
<
SshPublicKeyArgs
>
>
?
=
null
The list of SSH public keys.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
SshProfileArgs