PemCertificateList type

A list of PEM formatted certificates.

type PemCertificateList = CertificateSource & {
  certificates: string[]
  type: "#Microsoft.VideoAnalyzer.PemCertificateList"
}