SshPublicKeyResponse

data class SshPublicKeyResponse(val certificateData: String? = null)

The SSH public key for the cluster nodes.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val certificateData: String? = null

The certificate for SSH.