toggle menu
pulumi-azure-kotlin
6.23.0.0
jvm
switch theme
search in API
pulumi-azure-kotlin
/
com.pulumi.azure.storage.kotlin.inputs
/
LocalUserSshAuthorizedKeyArgs
Local
User
Ssh
Authorized
Key
Args
data
class
LocalUserSshAuthorizedKeyArgs
(
val
description
:
Output
<
String
>
?
=
null
,
val
key
:
Output
<
String
>
)
:
ConvertibleToJava
<
LocalUserSshAuthorizedKeyArgs
>
Members
Constructors
Local
User
Ssh
Authorized
Key
Args
Link copied to clipboard
constructor
(
description
:
Output
<
String
>
?
=
null
,
key
:
Output
<
String
>
)
Properties
description
Link copied to clipboard
val
description
:
Output
<
String
>
?
=
null
The description of this SSH authorized key.
key
Link copied to clipboard
val
key
:
Output
<
String
>
The public key value of this SSH authorized key.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
LocalUserSshAuthorizedKeyArgs