dk.sdu.cloud.app.orchestrator.api.SSHKey

UCloud Developer Guide / Orchestration of Resources / Compute / Provider APIs / Jobs / Outgoing API

SSHKey

A public key belonging to a UCloud user intended for SSH purposes

data class SSHKey(
    val id: String,
    val owner: String,
    val createdAt: Long,
    val fingerprint: String,
    val specification: SSHKey.Spec,
)
Properties

Last updated