toggle menu
pulumi-azure-native-kotlin
1.104.0.2
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.resourceconnector.kotlin.outputs
/
SSHKeyResponse
SSHKey
Response
data
class
SSHKeyResponse
(
val
privateKey
:
String
?
=
null
,
val
publicKey
:
String
?
=
null
)
Appliance SSHKey definition.
Members
Constructors
SSHKey
Response
Link copied to clipboard
constructor
(
privateKey
:
String
?
=
null
,
publicKey
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
private
Key
Link copied to clipboard
val
privateKey
:
String
?
=
null
User Private Key.
public
Key
Link copied to clipboard
val
publicKey
:
String
?
=
null
User Public Key.