LinuxProfilePropertiesResponsePublicKeys

data class LinuxProfilePropertiesResponsePublicKeys(val keyData: String? = null)

Constructors

Link copied to clipboard
constructor(keyData: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val keyData: String? = null

KeyData - Certificate public key used to authenticate with VMs through SSH. The certificate must be in PEM format with or without headers.