RootCertificatePropertiesResponse

data class RootCertificatePropertiesResponse(val enableRootCertificateV2: Boolean? = null, val lastUpdatedTimeUtc: String)

This property store root certificate related information

Constructors

Link copied to clipboard
constructor(enableRootCertificateV2: Boolean? = null, lastUpdatedTimeUtc: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

This property when set to true, hub will use G2 cert; while it's set to false, hub uses Baltimore Cert.

Link copied to clipboard

the last update time to root certificate flag.