TrustConfigAllowlistedCertificate

data class TrustConfigAllowlistedCertificate(val pemCertificate: String)

Constructors

Link copied to clipboard
constructor(pemCertificate: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

PEM certificate that is allowlisted. The certificate can be up to 5k bytes, and must be a parseable X.509 certificate.