PemCertificateList Class

A list of PEM formatted certificates.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.media.videoanalyzeredge._generated.models._models_py3.CertificateSource
PemCertificateList

Constructor

PemCertificateList(*, certificates: List[str], **kwargs)

Variables

type
str

Required. Type discriminator for the derived types.Constant filled by server.

certificates
list[str]

Required. PEM formatted public certificates. One certificate per entry.