RootCertificatePropertiesArgs

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

This property store root certificate related information

Constructors

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

Functions

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

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.