GetSshPublicKeyResult

data class GetSshPublicKeyResult(val azureApiVersion: String, val id: String, val location: String, val name: String, val publicKey: String? = null, val tags: Map<String, String>? = null, val type: String)

Specifies information about the SSH public key.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, id: String, location: String, name: String, publicKey: String? = null, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val id: String

Resource Id

Link copied to clipboard

Resource location

Link copied to clipboard

Resource name

Link copied to clipboard
val publicKey: String? = null

SSH public key used to authenticate to a virtual machine through ssh. If this property is not initially provided when the resource is created, the publicKey property will be populated when generateKeyPair is called. If the public key is provided upon resource creation, the provided public key needs to be at least 2048-bit and in ssh-rsa format.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags

Link copied to clipboard

Resource type