RootCertificatePropertiesArgs

data class RootCertificatePropertiesArgs(val enableRootCertificateV2: Output<Boolean>? = null) : ConvertibleToJava<RootCertificatePropertiesArgs>

This property store root certificate related information

Constructors

Link copied to clipboard
constructor(enableRootCertificateV2: Output<Boolean>? = null)

Properties

Link copied to clipboard
val enableRootCertificateV2: Output<Boolean>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): RootCertificatePropertiesArgs