OnPremisePropertyResponse

data class OnPremisePropertyResponse(val id: String, val publicSigningKey: String, val signingCertificateThumbprint: String? = null)

Properties from the Kubernetes data controller

Constructors

Link copied to clipboard
constructor(id: String, publicSigningKey: String, signingCertificateThumbprint: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

A globally unique ID identifying the associated Kubernetes cluster

Link copied to clipboard

Certificate that contains the Kubernetes cluster public key used to verify signing

Link copied to clipboard

Unique thumbprint returned to customer to verify the certificate being uploaded