InlineCertificateIssuanceConfig constructor

InlineCertificateIssuanceConfig({
  1. Map<String, String>? caPools,
  2. String? keyAlgorithm,
  3. String? lifetime,
  4. int? rotationWindowPercentage,
})

Implementation

InlineCertificateIssuanceConfig({
  this.caPools,
  this.keyAlgorithm,
  this.lifetime,
  this.rotationWindowPercentage,
});