pulumi-azure-kotlin
5.68.0.0
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
>
Constructors
Functions
Properties
Constructors
Local
User
Ssh
Authorized
Key
Args
Link copied to clipboard
fun
LocalUserSshAuthorizedKeyArgs
(
description
:
Output
<
String
>
?
=
null
,
key
:
Output
<
String
>
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
LocalUserSshAuthorizedKeyArgs
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.