LinuxVirtualMachineAdminSshKey

data class LinuxVirtualMachineAdminSshKey(val publicKey: String, val username: String)

Constructors

Link copied to clipboard
constructor(publicKey: String, username: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Public Key which should be used for authentication, which needs to be in ssh-rsa format with at least 2048-bit or in ssh-ed25519 format. Changing this forces a new resource to be created.

Link copied to clipboard

The Username for which this Public SSH Key should be configured. Changing this forces a new resource to be created.