allowlistedCertificates property

List<AllowlistedCertificate>? allowlistedCertificates
getter/setter pair

A certificate matching an allowlisted certificate is always considered valid as long as the certificate is parseable, proof of private key possession is established, and constraints on the certificate's SAN field are met.

Optional.

Implementation

core.List<AllowlistedCertificate>? allowlistedCertificates;