GetKeyPairsPair

data class GetKeyPairsPair(val createTime: String, val id: String, val keyPairFingerPrint: String, val keyPairName: String, val version: String)

Constructors

Link copied to clipboard
constructor(createTime: String, id: String, keyPairFingerPrint: String, keyPairName: String, version: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The creation time of the key pair. The date format is in accordance with ISO8601 notation and uses UTC time. The format is yyyy-MM-ddTHH:mm:ssZ.

Link copied to clipboard
val id: String

The ID of the Key Pair.

Link copied to clipboard

Fingerprint of the key pair.

Link copied to clipboard

The name of the key pair.

Link copied to clipboard

The version number.