PublicKeyCertificateResponse

data class PublicKeyCertificateResponse(val certificate: String, val format: String, val x509Details: X509CertificateDetailsResponse)

A public key certificate format and data.

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The certificate data.

Link copied to clipboard

The certificate format.

Link copied to clipboard

Output only The certificate details. Used only for X.509 certificates.