TrustConfigTrustStoreIntermediateCa

data class TrustConfigTrustStoreIntermediateCa(val pemCertificate: String? = null)

Constructors

Link copied to clipboard
constructor(pemCertificate: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val pemCertificate: String? = null

PEM intermediate certificate used for building up paths for validation. Each certificate provided in PEM format may occupy up to 5kB. Note: This property is sensitive and will not be displayed in the plan.