SshConfigurationResponse

data class SshConfigurationResponse(val publicKeys: List<SshPublicKeyResponse>? = null)

SSH configuration for Linux based VMs running on Azure

Constructors

Link copied to clipboard
constructor(publicKeys: List<SshPublicKeyResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The list of SSH public keys used to authenticate with linux based VMs.