toggle menu
pulumi-azure-kotlin
6.23.0.0
jvm
switch theme
search in API
pulumi-azure-kotlin
/
com.pulumi.azure.storage.kotlin.outputs
/
LocalUserSshAuthorizedKey
Local
User
Ssh
Authorized
Key
data
class
LocalUserSshAuthorizedKey
(
val
description
:
String
?
=
null
,
val
key
:
String
)
Members
Constructors
Local
User
Ssh
Authorized
Key
Link copied to clipboard
constructor
(
description
:
String
?
=
null
,
key
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
description
Link copied to clipboard
val
description
:
String
?
=
null
The description of this SSH authorized key.
key
Link copied to clipboard
val
key
:
String
The public key value of this SSH authorized key.