ManagedCertificateAuthority constructor

ManagedCertificateAuthority({
  1. List<CertChain>? caCerts,
})

Implementation

ManagedCertificateAuthority({
  this.caCerts,
});