PemCertificateListResponse

data class PemCertificateListResponse(val certificates: List<String>, val type: String)

A list of PEM formatted certificates.

Constructors

Link copied to clipboard
constructor(certificates: List<String>, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

PEM formatted public certificates. One certificate per entry.

Link copied to clipboard

The discriminator for derived types. Expected value is '#Microsoft.VideoAnalyzer.PemCertificateList'.